Lines Matching refs:intel_crtc

87 	struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
98 plane = intel_crtc->plane == 0 ? FBC_CTL_PLANEA : FBC_CTL_PLANEB;
120 cfb_pitch, crtc->y, plane_name(intel_crtc->plane));
137 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
138 int plane = intel_crtc->plane == 0 ? DPFC_CTL_PLANEA : DPFC_CTL_PLANEB;
154 DRM_DEBUG_KMS("enabled fbc on plane %c\n", plane_name(intel_crtc->plane));
206 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
207 int plane = intel_crtc->plane == 0 ? DPFC_CTL_PLANEA : DPFC_CTL_PLANEB;
234 DRM_DEBUG_KMS("enabled fbc on plane %c\n", plane_name(intel_crtc->plane));
278 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
284 intel_crtc->plane << IVB_DPFC_CTL_PLANE_SHIFT);
295 I915_WRITE(HSW_PIPE_SLICE_CHICKEN_1(intel_crtc->pipe),
309 DRM_DEBUG_KMS("enabled fbc on plane %d\n", intel_crtc->plane);
463 struct intel_crtc *intel_crtc;
503 intel_crtc = to_intel_crtc(crtc);
542 intel_crtc->plane != 0) {
574 if (dev_priv->cfb_plane == intel_crtc->plane &&
2104 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2107 pixel_rate = intel_crtc->config.adjusted_mode.clock;
2112 pfit_size = intel_crtc->config.pch_pfit.size;
2116 pipe_w = intel_crtc->config.requested_mode.hdisplay;
2117 pipe_h = intel_crtc->config.requested_mode.vdisplay;
2340 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2341 struct drm_display_mode *mode = &intel_crtc->config.adjusted_mode;
2381 struct intel_crtc *intel_crtc = to_intel_crtc(crtc);
2384 pipe = intel_crtc->pipe;
2393 p->pipe_htotal = intel_crtc->config.adjusted_mode.htotal;
2398 intel_crtc->config.requested_mode.hdisplay;