dst_x2            182 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c 	s32 dst_x1, dst_x2, dst_y1, dst_y2, w = 0, h = 0;
dst_x2            223 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c 	dst_x2 = par->dirty.x2 - par->fb_x;
dst_x2            225 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c 	dst_x2 = min_t(s32, dst_x2, max_x);
dst_x2            227 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c 	w = dst_x2 - dst_x1;
dst_x2            250 drivers/gpu/drm/vmwgfx/vmwgfx_fb.c 		clip.x2 = dst_x2;