diff options
Diffstat (limited to 'drivers/gpu/drm/i915/intel_pm.c')
-rw-r--r-- | drivers/gpu/drm/i915/intel_pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c index 9534e72fdbcb..c91087a542ec 100644 --- a/drivers/gpu/drm/i915/intel_pm.c +++ b/drivers/gpu/drm/i915/intel_pm.c | |||
@@ -475,7 +475,7 @@ void intel_update_fbc(struct drm_device *dev) | |||
475 | */ | 475 | */ |
476 | list_for_each_entry(tmp_crtc, &dev->mode_config.crtc_list, head) { | 476 | list_for_each_entry(tmp_crtc, &dev->mode_config.crtc_list, head) { |
477 | if (intel_crtc_active(tmp_crtc) && | 477 | if (intel_crtc_active(tmp_crtc) && |
478 | !to_intel_crtc(tmp_crtc)->primary_disabled) { | 478 | to_intel_crtc(tmp_crtc)->primary_enabled) { |
479 | if (crtc) { | 479 | if (crtc) { |
480 | if (set_no_fbc_reason(dev_priv, FBC_MULTIPLE_PIPES)) | 480 | if (set_no_fbc_reason(dev_priv, FBC_MULTIPLE_PIPES)) |
481 | DRM_DEBUG_KMS("more than one pipe active, disabling compression\n"); | 481 | DRM_DEBUG_KMS("more than one pipe active, disabling compression\n"); |