|
@@ -7240,6 +7240,10 @@ static bool ironlake_get_pipe_config(struct intel_crtc *crtc,
|
|
struct drm_i915_private *dev_priv = dev->dev_private;
|
|
struct drm_i915_private *dev_priv = dev->dev_private;
|
|
uint32_t tmp;
|
|
uint32_t tmp;
|
|
|
|
|
|
|
|
+ if (!intel_display_power_enabled(dev_priv,
|
|
|
|
+ POWER_DOMAIN_PIPE(crtc->pipe)))
|
|
|
|
+ return false;
|
|
|
|
+
|
|
pipe_config->cpu_transcoder = (enum transcoder) crtc->pipe;
|
|
pipe_config->cpu_transcoder = (enum transcoder) crtc->pipe;
|
|
pipe_config->shared_dpll = DPLL_ID_PRIVATE;
|
|
pipe_config->shared_dpll = DPLL_ID_PRIVATE;
|
|
|
|
|