Lines Matching refs:y2
36 int x1, x2, y1, y2; member
55 int y2 = min_t(int, clip.y2, rects[i].y2); in vmw_clip_cliprects() local
59 if (y1 >= y2) in vmw_clip_cliprects()
65 out_rects[k].bottom = y2; in vmw_clip_cliprects()
499 bottom = clips->y2; in do_surface_dirty_sou()
507 bottom = max_t(int, bottom, (int)clips_ptr->y2); in do_surface_dirty_sou()
524 tmp[i].y2 = clips_ptr->y2 - top; in do_surface_dirty_sou()
536 clip.y2 = bottom - unit->crtc.y; in do_surface_dirty_sou()
541 clip.x2 <= 0 || clip.y2 <= 0) in do_surface_dirty_sou()
551 cmd->body.destRect.bottom = clip.y2; in do_surface_dirty_sou()
555 clip.y2 = unit->crtc.mode.vdisplay - clip.y1; in do_surface_dirty_sou()
624 norect.y2 = framebuffer->height; in vmw_framebuffer_surface_dirty()
802 cmd[i].body.height = cpu_to_le32(clips->y2 - clips->y1); in do_dmabuf_dirty_ldu()
899 int clip_y2 = clips_ptr->y2 - unit->crtc.y; in do_dmabuf_dirty_sou()
974 norect.y2 = framebuffer->height; in vmw_framebuffer_dmabuf_dirty()
1295 tmp[i].y2 = clips[i].y + clips[i].h - top; in vmw_kms_present()
1306 clip.y2 = bottom + destY - unit->crtc.y; in vmw_kms_present()
1311 clip.x2 <= 0 || clip.y2 <= 0) in vmw_kms_present()
1321 cmd->body.destRect.bottom = clip.y2; in vmw_kms_present()
1325 clip.y2 = unit->crtc.mode.vdisplay - clip.y1; in vmw_kms_present()
1747 clips.y2 = fb->height; in vmw_du_page_flip()