提交 56c2912a 编写于 作者: J Jesse Barnes 提交者: Daniel Vetter

drm/i915: don't init LVDS on VLV

Signed-off-by: NJesse Barnes <jbarnes@virtuousgeek.org>
Reviewed-by: NJani Nikula <jani.nikula@intel.com>
Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
上级 8c123e54
......@@ -1023,6 +1023,9 @@ static bool intel_lvds_supported(struct drm_device *dev)
if (HAS_PCH_SPLIT(dev))
return true;
if (IS_VALLEYVIEW(dev))
return false;
/* Otherwise LVDS was only attached to mobile products,
* except for the inglorious 830gm */
return IS_MOBILE(dev) && !IS_I830(dev);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册