Lines Matching refs:x1
36 int x1, x2, y1, y2; member
52 int x1 = max_t(int, clip.x1, rects[i].x1); in vmw_clip_cliprects() local
57 if (x1 >= x2) in vmw_clip_cliprects()
62 out_rects[k].left = x1; in vmw_clip_cliprects()
496 left = clips->x1; in do_surface_dirty_sou()
504 left = min_t(int, left, (int)clips_ptr->x1); in do_surface_dirty_sou()
521 tmp[i].x1 = clips_ptr->x1 - left; in do_surface_dirty_sou()
533 clip.x1 = left - unit->crtc.x; in do_surface_dirty_sou()
539 if (clip.x1 >= unit->crtc.mode.hdisplay || in do_surface_dirty_sou()
548 cmd->body.destRect.left = clip.x1; in do_surface_dirty_sou()
554 clip.x2 = unit->crtc.mode.hdisplay - clip.x1; in do_surface_dirty_sou()
556 clip.x1 = 0 - clip.x1; in do_surface_dirty_sou()
622 norect.x1 = norect.y1 = 0; in vmw_framebuffer_surface_dirty()
799 cmd[i].body.x = cpu_to_le32(clips->x1); in do_dmabuf_dirty_ldu()
801 cmd[i].body.width = cpu_to_le32(clips->x2 - clips->x1); in do_dmabuf_dirty_ldu()
896 int clip_x1 = clips_ptr->x1 - unit->crtc.x; in do_dmabuf_dirty_sou()
919 blits[hit_num].body.srcOrigin.x = clips_ptr->x1 - move_x; in do_dmabuf_dirty_sou()
972 norect.x1 = norect.y1 = 0; in vmw_framebuffer_dmabuf_dirty()
1292 tmp[i].x1 = clips[i].x - left; in vmw_kms_present()
1303 clip.x1 = left + destX - unit->crtc.x; in vmw_kms_present()
1309 if (clip.x1 >= unit->crtc.mode.hdisplay || in vmw_kms_present()
1318 cmd->body.destRect.left = clip.x1; in vmw_kms_present()
1324 clip.x2 = unit->crtc.mode.hdisplay - clip.x1; in vmw_kms_present()
1326 clip.x1 = 0 - clip.x1; in vmw_kms_present()
1745 clips.x1 = clips.y1 = 0; in vmw_du_page_flip()