Home
last modified time | relevance | path

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

/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fb.c176 s32 dst_x1, dst_x2, dst_y1, dst_y2, w, h; in vmw_fb_dirty_flush() local
209 dst_x2 = par->dirty.x2 - par->fb_x; in vmw_fb_dirty_flush()
211 dst_x2 = min_t(s32, dst_x2, max_x); in vmw_fb_dirty_flush()
213 w = dst_x2 - dst_x1; in vmw_fb_dirty_flush()
236 clip.x2 = dst_x2; in vmw_fb_dirty_flush()