Searched refs:dest_x (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.h216 s32 dest_x, s32 dest_y,
283 s32 dest_x,
310 s32 dest_x,
H A Dvmwgfx_scrn.c820 * @dest_x: X coordinate offset to align @srf with framebuffer coordinates.
836 s32 dest_x, vmw_kms_sou_do_surface_dirty()
862 sdirty.dst_x = dest_x; vmw_kms_sou_do_surface_dirty()
866 dest_x, dest_y, num_clips, inc, vmw_kms_sou_do_surface_dirty()
831 vmw_kms_sou_do_surface_dirty(struct vmw_private *dev_priv, struct vmw_framebuffer *framebuffer, struct drm_clip_rect *clips, struct drm_vmw_rect *vclips, struct vmw_resource *srf, s32 dest_x, s32 dest_y, unsigned num_clips, int inc, struct vmw_fence_obj **out_fence) vmw_kms_sou_do_surface_dirty() argument
H A Dvmwgfx_ioctl.c312 arg->dest_x, arg->dest_y, vmw_present_ioctl()
H A Dvmwgfx_stdu.c982 * @dest_x: X coordinate offset to align @srf with framebuffer coordinates.
998 s32 dest_x, vmw_kms_stdu_surface_dirty()
1031 dest_x, dest_y, num_clips, inc, vmw_kms_stdu_surface_dirty()
993 vmw_kms_stdu_surface_dirty(struct vmw_private *dev_priv, struct vmw_framebuffer *framebuffer, struct drm_clip_rect *clips, struct drm_vmw_rect *vclips, struct vmw_resource *srf, s32 dest_x, s32 dest_y, unsigned num_clips, int inc, struct vmw_fence_obj **out_fence) vmw_kms_stdu_surface_dirty() argument
H A Dvmwgfx_kms.c1711 * @dest_x: X coordinate offset for the crtc / destination clip rects.
1722 s32 dest_x, s32 dest_y, vmw_kms_helper_dirty()
1774 dirty->unit_x2 = (s32) clips_ptr->x2 + dest_x - vmw_kms_helper_dirty()
1782 dest_x - crtc_x; vmw_kms_helper_dirty()
1787 dirty->unit_x1 = dirty->fb_x + dest_x - crtc_x; vmw_kms_helper_dirty()
1718 vmw_kms_helper_dirty(struct vmw_private *dev_priv, struct vmw_framebuffer *framebuffer, const struct drm_clip_rect *clips, const struct drm_vmw_rect *vclips, s32 dest_x, s32 dest_y, int num_clips, int increment, struct vmw_kms_dirty *dirty) vmw_kms_helper_dirty() argument
/linux-4.4.14/drivers/video/fbdev/
H A Dsticore.h264 s16 dest_x; /* X location of character upper left */ member in struct:sti_font_inptr
297 s16 dest_x; /* dest upper left pixel x location */ member in struct:sti_blkmv_inptr
/linux-4.4.14/drivers/video/console/
H A Dsticore.c143 .dest_x = x * sti->font_width, sti_putc()
175 .dest_x = src_x, sti_set()
203 .dest_x = src_x * sti->font_width, sti_clear()
233 .dest_x = dst_x * sti->font_width, sti_bmove()
/linux-4.4.14/include/uapi/drm/
H A Dvmwgfx_drm.h748 * @dest_x: X placement coordinate for surface.
761 int32_t dest_x; member in struct:drm_vmw_present_arg

Completed in 517 milliseconds