Home
last modified time | relevance | path

Searched refs:dst_x1 (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
217 dst_x1 = par->dirty.x1 - par->fb_x; in vmw_fb_dirty_flush()
219 dst_x1 = max_t(s32, dst_x1, 0); in vmw_fb_dirty_flush()
226 w = dst_x2 - dst_x1; in vmw_fb_dirty_flush()
237 (dst_y1 * par->set_fb->pitches[0] + dst_x1 * cpp); in vmw_fb_dirty_flush()
240 (dst_x1 + par->fb_x) * cpp); in vmw_fb_dirty_flush()
248 clip.x1 = dst_x1; in vmw_fb_dirty_flush()