|
@@ -497,7 +497,7 @@ static bool __intel_set_cpu_fifo_underrun_reporting(struct drm_device *dev,
|
|
|
old = !intel_crtc->cpu_fifo_underrun_disabled;
|
|
|
intel_crtc->cpu_fifo_underrun_disabled = !enable;
|
|
|
|
|
|
- if (INTEL_INFO(dev)->gen < 5 || IS_VALLEYVIEW(dev))
|
|
|
+ if (HAS_GMCH_DISPLAY(dev))
|
|
|
i9xx_set_fifo_underrun_reporting(dev, pipe, enable, old);
|
|
|
else if (IS_GEN5(dev) || IS_GEN6(dev))
|
|
|
ironlake_set_fifo_underrun_reporting(dev, pipe, enable);
|