Searched refs:unit_y2 (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/drivers/gpu/drm/vmwgfx/ |
| D | vmwgfx_scrn.c | 1090 blit->bottom = dirty->unit_y2; in vmw_sou_surface_clip() 1096 sdirty->bottom = max_t(s32, sdirty->bottom, dirty->unit_y2); in vmw_sou_surface_clip() 1216 blit->body.destRect.bottom = dirty->unit_y2; in vmw_sou_bo_clip() 1326 blit->body.srcRect.bottom = dirty->unit_y2; in vmw_sou_readback_clip()
|
| D | vmwgfx_stdu.c | 476 blit->h = dirty->unit_y2 - dirty->unit_y1; in vmw_stdu_bo_clip() 486 ddirty->bottom = max_t(s32, ddirty->bottom, dirty->unit_y2); in vmw_stdu_bo_clip() 559 ddirty->bottom = max_t(s32, ddirty->bottom, dirty->unit_y2); in vmw_stdu_bo_cpu_clip() 774 blit->h = dirty->unit_y2 - dirty->unit_y1; in vmw_kms_stdu_surface_clip() 783 sdirty->bottom = max_t(s32, sdirty->bottom, dirty->unit_y2); in vmw_kms_stdu_surface_clip()
|
| D | vmwgfx_kms.h | 199 s32 unit_y2; member
|
| D | vmwgfx_kms.c | 2692 dirty->unit_y2 = (s32) clips_ptr->y2 + dest_y - in vmw_kms_helper_dirty() 2699 dirty->unit_y2 = dirty->fb_y + vclips_ptr->h + in vmw_kms_helper_dirty() 2709 dirty->unit_x2 <= 0 || dirty->unit_y2 <= 0) in vmw_kms_helper_dirty() 2715 dirty->unit_y2 = min_t(s32, dirty->unit_y2, in vmw_kms_helper_dirty()
|