Lines Matching refs:x2
36 int x1, x2, y1, y2; member
54 int x2 = min_t(int, clip.x2, rects[i].x2); in vmw_clip_cliprects() local
57 if (x1 >= x2) in vmw_clip_cliprects()
64 out_rects[k].right = x2; in vmw_clip_cliprects()
497 right = clips->x2; in do_surface_dirty_sou()
505 right = max_t(int, right, (int)clips_ptr->x2); in do_surface_dirty_sou()
522 tmp[i].x2 = clips_ptr->x2 - left; in do_surface_dirty_sou()
535 clip.x2 = right - unit->crtc.x; in do_surface_dirty_sou()
541 clip.x2 <= 0 || clip.y2 <= 0) in do_surface_dirty_sou()
549 cmd->body.destRect.right = clip.x2; in do_surface_dirty_sou()
554 clip.x2 = unit->crtc.mode.hdisplay - clip.x1; in do_surface_dirty_sou()
623 norect.x2 = framebuffer->width; in vmw_framebuffer_surface_dirty()
801 cmd[i].body.width = cpu_to_le32(clips->x2 - clips->x1); in do_dmabuf_dirty_ldu()
898 int clip_x2 = clips_ptr->x2 - unit->crtc.x; in do_dmabuf_dirty_sou()
973 norect.x2 = framebuffer->width; in vmw_framebuffer_dmabuf_dirty()
1293 tmp[i].x2 = clips[i].x + clips[i].w - left; in vmw_kms_present()
1305 clip.x2 = right + destX - unit->crtc.x; in vmw_kms_present()
1311 clip.x2 <= 0 || clip.y2 <= 0) in vmw_kms_present()
1319 cmd->body.destRect.right = clip.x2; in vmw_kms_present()
1324 clip.x2 = unit->crtc.mode.hdisplay - clip.x1; in vmw_kms_present()
1746 clips.x2 = fb->width; in vmw_du_page_flip()