Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371183
b: refs/heads/master
c: 56c2912
h: refs/heads/master
i:
  371181: 75ae313
  371179: 335e8ee
  371175: 2a5d5a1
  371167: dc46c67
v: v3
  • Loading branch information
Jesse Barnes authored and Daniel Vetter committed Mar 6, 2013
1 parent f1f4ab2 commit 3738fd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8c123e549fd1533f371b7877d4c0458ba3a30b22
refs/heads/master: 56c2912afc71bd3523167c5403d45ad3f7b33d22
3 changes: 3 additions & 0 deletions trunk/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 3738fd6

Please sign in to comment.