|
@@ -260,7 +260,7 @@ ivb_update_plane(struct drm_plane *plane, struct drm_crtc *crtc,
|
|
if (obj->tiling_mode != I915_TILING_NONE)
|
|
if (obj->tiling_mode != I915_TILING_NONE)
|
|
sprctl |= SPRITE_TILED;
|
|
sprctl |= SPRITE_TILED;
|
|
|
|
|
|
- if (IS_HASWELL(dev))
|
|
|
|
|
|
+ if (IS_HASWELL(dev) || IS_BROADWELL(dev))
|
|
sprctl &= ~SPRITE_TRICKLE_FEED_DISABLE;
|
|
sprctl &= ~SPRITE_TRICKLE_FEED_DISABLE;
|
|
else
|
|
else
|
|
sprctl |= SPRITE_TRICKLE_FEED_DISABLE;
|
|
sprctl |= SPRITE_TRICKLE_FEED_DISABLE;
|