Searched refs:dest_x (Results 1 – 6 of 6) sorted by relevance
/drivers/gpu/drm/sti/ |
D | sti_layer.c | 73 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()
|
D | sti_layer.h | 113 int dest_x, int dest_y,
|
/drivers/video/fbdev/ |
D | sticore.h | 264 s16 dest_x; /* X location of character upper left */ member 297 s16 dest_x; /* dest upper left pixel x location */ member
|
/drivers/video/console/ |
D | sticore.c | 143 .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/ |
D | vmwgfx_ioctl.c | 284 arg->dest_x, arg->dest_y, in vmw_present_ioctl()
|
D | vmwgfx_kms.c | 1418 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()
|