Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fb.c182 s32 dst_x1, dst_x2, dst_y1, dst_y2, w = 0, h = 0; in vmw_fb_dirty_flush() local
222 dst_x2 = par->dirty.x2 - par->fb_x; in vmw_fb_dirty_flush()
224 dst_x2 = min_t(s32, dst_x2, max_x); in vmw_fb_dirty_flush()
226 w = dst_x2 - dst_x1; in vmw_fb_dirty_flush()
249 clip.x2 = dst_x2; in vmw_fb_dirty_flush()