Searched refs:dest_x (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/sti/ |
D | sti_layer.c | 87 int dest_x, int dest_y, int dest_w, int dest_h, in sti_layer_prepare() argument 109 layer->dst_x = dest_x; in sti_layer_prepare() 111 layer->dst_w = clamp_val(dest_w, 0, mode->crtc_hdisplay - dest_x); in sti_layer_prepare()
|
D | sti_layer.h | 121 int dest_x, int dest_y,
|
/linux-4.1.27/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
|
/linux-4.1.27/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()
|
/linux-4.1.27/include/uapi/drm/ |
D | vmwgfx_drm.h | 756 int32_t dest_x; member
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_ioctl.c | 286 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()
|