Lines Matching refs:y1
36 int x1, x2, y1, y2; member
53 int y1 = max_t(int, clip.y1, rects[i].y1); in vmw_clip_cliprects() local
59 if (y1 >= y2) in vmw_clip_cliprects()
63 out_rects[k].top = y1; in vmw_clip_cliprects()
498 top = clips->y1; in do_surface_dirty_sou()
506 top = min_t(int, top, (int)clips_ptr->y1); in do_surface_dirty_sou()
523 tmp[i].y1 = clips_ptr->y1 - top; in do_surface_dirty_sou()
534 clip.y1 = top - unit->crtc.y; in do_surface_dirty_sou()
540 clip.y1 >= unit->crtc.mode.vdisplay || in do_surface_dirty_sou()
550 cmd->body.destRect.top = clip.y1; in do_surface_dirty_sou()
555 clip.y2 = unit->crtc.mode.vdisplay - clip.y1; in do_surface_dirty_sou()
557 clip.y1 = 0 - clip.y1; in do_surface_dirty_sou()
622 norect.x1 = norect.y1 = 0; in vmw_framebuffer_surface_dirty()
800 cmd[i].body.y = cpu_to_le32(clips->y1); in do_dmabuf_dirty_ldu()
802 cmd[i].body.height = cpu_to_le32(clips->y2 - clips->y1); in do_dmabuf_dirty_ldu()
897 int clip_y1 = clips_ptr->y1 - unit->crtc.y; in do_dmabuf_dirty_sou()
920 blits[hit_num].body.srcOrigin.y = clips_ptr->y1 - move_y; in do_dmabuf_dirty_sou()
972 norect.x1 = norect.y1 = 0; in vmw_framebuffer_dmabuf_dirty()
1294 tmp[i].y1 = clips[i].y - top; in vmw_kms_present()
1304 clip.y1 = top + destY - unit->crtc.y; in vmw_kms_present()
1310 clip.y1 >= unit->crtc.mode.vdisplay || in vmw_kms_present()
1320 cmd->body.destRect.top = clip.y1; in vmw_kms_present()
1325 clip.y2 = unit->crtc.mode.vdisplay - clip.y1; in vmw_kms_present()
1327 clip.y1 = 0 - clip.y1; in vmw_kms_present()
1745 clips.x1 = clips.y1 = 0; in vmw_du_page_flip()