Home
last modified time | relevance | path

Searched refs:unit_y2 (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_stdu.c757 blit->h = dirty->unit_y2 - dirty->unit_y1; in vmw_stdu_dmabuf_clip()
767 ddirty->bottom = max_t(s32, ddirty->bottom, dirty->unit_y2); in vmw_stdu_dmabuf_clip()
912 blit->h = dirty->unit_y2 - dirty->unit_y1; in vmw_kms_stdu_surface_clip()
921 sdirty->bottom = max_t(s32, sdirty->bottom, dirty->unit_y2); in vmw_kms_stdu_surface_clip()
Dvmwgfx_scrn.c799 blit->bottom = dirty->unit_y2; in vmw_sou_surface_clip()
805 sdirty->bottom = max_t(s32, sdirty->bottom, dirty->unit_y2); in vmw_sou_surface_clip()
906 blit->body.destRect.bottom = dirty->unit_y2; in vmw_sou_dmabuf_clip()
998 blit->body.srcRect.bottom = dirty->unit_y2; in vmw_sou_readback_clip()
Dvmwgfx_kms.h77 s32 unit_y2; member
Dvmwgfx_kms.c1776 dirty->unit_y2 = (s32) clips_ptr->y2 + dest_y - in vmw_kms_helper_dirty()
1783 dirty->unit_y2 = dirty->fb_y + vclips_ptr->h + in vmw_kms_helper_dirty()
1793 dirty->unit_x2 <= 0 || dirty->unit_y2 <= 0) in vmw_kms_helper_dirty()
1799 dirty->unit_y2 = min_t(s32, dirty->unit_y2, in vmw_kms_helper_dirty()