Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/sti/
Dsti_layer.c87 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()
Dsti_layer.h121 int dest_x, int dest_y,
/linux-4.1.27/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
/linux-4.1.27/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()
/linux-4.1.27/include/uapi/drm/
Dvmwgfx_drm.h756 int32_t dest_x; member
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ioctl.c286 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()