Lines Matching refs:crtc_h
43 unsigned int crtc_w, unsigned int crtc_h,
115 crtc_h--;
134 I915_WRITE(SPSIZE(pipe, plane), (crtc_h << 16) | crtc_w);
211 unsigned int crtc_w, unsigned int crtc_h,
269 crtc_h--;
278 if (crtc_w != src_w || crtc_h != src_h) {
307 I915_WRITE(SPRSIZE(pipe), (crtc_h << 16) | crtc_w);
402 unsigned int crtc_w, unsigned int crtc_h,
456 crtc_h--;
461 if (IS_GEN5(dev) || crtc_w != src_w || crtc_h != src_h)
477 I915_WRITE(DVSSIZE(pipe), (crtc_h << 16) | crtc_w);
605 unsigned int crtc_w, unsigned int crtc_h,
636 .y2 = crtc_y + crtc_h,
651 intel_plane->crtc_h = crtc_h;
704 crtc_h = drm_rect_height(&dst);
765 if (visible && (src_w != crtc_w || src_h != crtc_h)) {
772 if (crtc_w < 3 || crtc_h < 3)
790 dst.y2 = crtc_y + crtc_h;
821 crtc_x, crtc_y, crtc_w, crtc_h,
951 intel_plane->crtc_w, intel_plane->crtc_h,