diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gpu/drm/i915/intel_display.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c index 9a95a27a8464..ce96c3aea162 100644 --- a/drivers/gpu/drm/i915/intel_display.c +++ b/drivers/gpu/drm/i915/intel_display.c | |||
@@ -1903,7 +1903,8 @@ static void ironlake_crtc_dpms(struct drm_crtc *crtc, int mode) | |||
1903 | } | 1903 | } |
1904 | 1904 | ||
1905 | /* Enable panel fitting for LVDS */ | 1905 | /* Enable panel fitting for LVDS */ |
1906 | if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) { | 1906 | if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS) |
1907 | || HAS_eDP || intel_pch_has_edp(crtc)) { | ||
1907 | temp = I915_READ(pf_ctl_reg); | 1908 | temp = I915_READ(pf_ctl_reg); |
1908 | I915_WRITE(pf_ctl_reg, temp | PF_ENABLE | PF_FILTER_MED_3x3); | 1909 | I915_WRITE(pf_ctl_reg, temp | PF_ENABLE | PF_FILTER_MED_3x3); |
1909 | 1910 | ||