diff options
Diffstat (limited to 'drivers/gpu/drm/i915/intel_display.c')
-rw-r--r-- | drivers/gpu/drm/i915/intel_display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c index e690cfedd6d5..6ced1a162418 100644 --- a/drivers/gpu/drm/i915/intel_display.c +++ b/drivers/gpu/drm/i915/intel_display.c | |||
@@ -2156,7 +2156,7 @@ static int ironlake_update_plane(struct drm_crtc *crtc, | |||
2156 | else | 2156 | else |
2157 | dspcntr &= ~DISPPLANE_TILED; | 2157 | dspcntr &= ~DISPPLANE_TILED; |
2158 | 2158 | ||
2159 | if (IS_HASWELL(dev)) | 2159 | if (IS_HASWELL(dev) || IS_BROADWELL(dev)) |
2160 | dspcntr &= ~DISPPLANE_TRICKLE_FEED_DISABLE; | 2160 | dspcntr &= ~DISPPLANE_TRICKLE_FEED_DISABLE; |
2161 | else | 2161 | else |
2162 | dspcntr |= DISPPLANE_TRICKLE_FEED_DISABLE; | 2162 | dspcntr |= DISPPLANE_TRICKLE_FEED_DISABLE; |