Skip to content

Commit

Permalink
drm/i915: don't init LVDS on VLV
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jesse Barnes authored and Daniel Vetter committed Mar 6, 2013
1 parent 8c123e5 commit 56c2912
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/gpu/drm/i915/intel_lvds.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 56c2912

Please sign in to comment.