dst_x1            182 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c 	s32 dst_x1, dst_x2, dst_y1, dst_y2, w = 0, h = 0;
dst_x1            218 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c 	dst_x1 = par->dirty.x1 - par->fb_x;
dst_x1            220 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c 	dst_x1 = max_t(s32, dst_x1, 0);
dst_x1            227 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c 	w = dst_x2 - dst_x1;
dst_x1            238 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c 			(dst_y1 * par->set_fb->pitches[0] + dst_x1 * cpp);
dst_x1            241 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c 			 (dst_x1 + par->fb_x) * cpp);
dst_x1            249 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c 		clip.x1 = dst_x1;