Home
last modified time | relevance | path

Searched refs:dest_x (Results 1 – 6 of 6) sorted by relevance

/drivers/gpu/drm/sti/
Dsti_layer.c73 int dest_x, int dest_y, int dest_w, int dest_h, in sti_layer_prepare() argument
94 layer->dst_x = dest_x; in sti_layer_prepare()
96 layer->dst_w = clamp_val(dest_w, 0, mode->crtc_hdisplay - dest_x); in sti_layer_prepare()
Dsti_layer.h113 int dest_x, int dest_y,
/drivers/video/fbdev/
Dsticore.h264 s16 dest_x; /* X location of character upper left */ member
297 s16 dest_x; /* dest upper left pixel x location */ member
/drivers/video/console/
Dsticore.c143 .dest_x = x * sti->font_width, in sti_putc()
175 .dest_x = src_x, in sti_set()
203 .dest_x = src_x * sti->font_width, in sti_clear()
233 .dest_x = dst_x * sti->font_width, in sti_bmove()
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ioctl.c284 arg->dest_x, arg->dest_y, in vmw_present_ioctl()
Dvmwgfx_kms.c1418 int dest_x = c->x; in vmw_kms_readback() local
1425 dest_x += -clip_x1; in vmw_kms_readback()
1443 blits[blits_pos].body.destOrigin.x = dest_x; in vmw_kms_readback()