drm/i915: Extend DSL readout fix to BDW and SKL.
[deliverable/linux.git] / drivers / gpu / drm / i915 / i915_irq.c
index 5d8ec7a818314afc5b55b7efdd99266ca243cc10..684a0d9909e71650d41463b54a702423c2ac02cb 100644 (file)
@@ -749,7 +749,7 @@ static int __intel_get_crtc_scanline(struct intel_crtc *crtc)
         * problem.  We may need to extend this to include other platforms,
         * but so far testing only shows the problem on HSW.
         */
-       if (IS_HASWELL(dev) && !position) {
+       if (HAS_DDI(dev) && !position) {
                int i, temp;
 
                for (i = 0; i < 100; i++) {
This page took 0.028051 seconds and 5 git commands to generate.