Lines Matching defs:crtc_y
42 struct drm_i915_gem_object *obj, int crtc_x, int crtc_y,
120 I915_WRITE(SPPOS(pipe, plane), (crtc_y << 16) | crtc_x);
210 struct drm_i915_gem_object *obj, int crtc_x, int crtc_y,
290 I915_WRITE(SPRPOS(pipe), (crtc_y << 16) | crtc_x);
401 struct drm_i915_gem_object *obj, int crtc_x, int crtc_y,
465 I915_WRITE(DVSPOS(pipe), (crtc_y << 16) | crtc_x);
604 struct drm_framebuffer *fb, int crtc_x, int crtc_y,
635 .y1 = crtc_y,
636 .y2 = crtc_y + crtc_h,
649 intel_plane->crtc_y = crtc_y;
702 crtc_y = dst.y1;
789 dst.y1 = crtc_y;
790 dst.y2 = crtc_y + crtc_h;
821 crtc_x, crtc_y, crtc_w, crtc_h,
950 intel_plane->crtc_x, intel_plane->crtc_y,