projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c123e5
)
drm/i915: don't init LVDS on VLV
author
Jesse Barnes
<jbarnes@virtuousgeek.org>
Sat, 2 Feb 2013 12:56:14 +0000
(13:56 +0100)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Wed, 6 Mar 2013 14:26:20 +0000
(15:26 +0100)
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_lvds.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_lvds.c
b/drivers/gpu/drm/i915/intel_lvds.c
index c7154bfa54cf074da64248e19793e56879548146..6b24fc57ff471f504fcf9e42253d5f4125226013 100644
(file)
--- a/
drivers/gpu/drm/i915/intel_lvds.c
+++ b/
drivers/gpu/drm/i915/intel_lvds.c
@@
-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);