]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
drm/i915: use DPLL_DVO_HIGH_SPEED for PCH eDP
authorJesse Barnes <jbarnes@virtuousgeek.org>
Thu, 7 Oct 2010 23:01:18 +0000 (16:01 -0700)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 8 Oct 2010 09:28:23 +0000 (10:28 +0100)
As with other PCH DP connections.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/intel_display.c

index 5f00632d6fccba845f975ac2f829bdab326c99ce..acd7180ba7c791268db4d30ff020c1dbbe093f2e 100644 (file)
@@ -3850,7 +3850,7 @@ static int intel_crtc_mode_set(struct drm_crtc *crtc,
                        }
                        dpll |= DPLL_DVO_HIGH_SPEED;
                }
-               if (is_dp)
+               if (is_dp || intel_encoder_is_pch_edp(&has_edp_encoder->base))
                        dpll |= DPLL_DVO_HIGH_SPEED;
 
                /* compute bitmask from p1 value */