drm/i915: Allow VGA on CRTC 2
authorKeith Packard <keithp@keithp.com>
Tue, 14 Aug 2012 04:34:45 +0000 (21:34 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 17 Aug 2012 08:10:06 +0000 (10:10 +0200)
This is left over from the old PLL sharing code and isn't useful now
that PLLs are shared when possible.

Signed-off-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_crt.c

index 62b6555cfa272c628efab4ffed1781eefea5c364..1d05b2d5abed35b639a738be9d33e10a1f5660e8 100644 (file)
@@ -662,7 +662,7 @@ void intel_crt_init(struct drm_device *dev)
        if (IS_HASWELL(dev))
                crt->base.crtc_mask = (1 << 0);
        else
-               crt->base.crtc_mask = (1 << 0) | (1 << 1);
+               crt->base.crtc_mask = (1 << 0) | (1 << 1) | (1 << 2);
 
        if (IS_GEN2(dev))
                connector->interlace_allowed = 0;
This page took 0.065036 seconds and 5 git commands to generate.