提交 0826874a 编写于 作者: K Keith Packard 提交者: Daniel Vetter

drm/i915: Allow VGA on CRTC 2

This is left over from the old PLL sharing code and isn't useful now
that PLLs are shared when possible.
Signed-off-by: NKeith Packard <keithp@keithp.com>
Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
上级 52331309
...@@ -662,7 +662,7 @@ void intel_crt_init(struct drm_device *dev) ...@@ -662,7 +662,7 @@ void intel_crt_init(struct drm_device *dev)
if (IS_HASWELL(dev)) if (IS_HASWELL(dev))
crt->base.crtc_mask = (1 << 0); crt->base.crtc_mask = (1 << 0);
else else
crt->base.crtc_mask = (1 << 0) | (1 << 1); crt->base.crtc_mask = (1 << 0) | (1 << 1) | (1 << 2);
if (IS_GEN2(dev)) if (IS_GEN2(dev))
connector->interlace_allowed = 0; connector->interlace_allowed = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册