Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309363
b: refs/heads/master
c: 1ebf169
h: refs/heads/master
i:
  309361: 537ab89
  309359: b30e1e1
v: v3
  • Loading branch information
Alex Deucher authored and Dave Airlie committed May 29, 2012
1 parent 1e56d45 commit 13f3a67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 592c20ee45a1f99b59817216c766684d95cca77b
refs/heads/master: 1ebf169ad4dc68f18cc0dab35163b0f324fc6c41
4 changes: 3 additions & 1 deletion trunk/drivers/gpu/drm/radeon/radeon_atombios.c
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,9 @@ static bool radeon_atom_apply_quirks(struct drm_device *dev,
*/
if ((dev->pdev->device == 0x9498) &&
(dev->pdev->subsystem_vendor == 0x1682) &&
(dev->pdev->subsystem_device == 0x2452)) {
(dev->pdev->subsystem_device == 0x2452) &&
(i2c_bus->valid == false) &&
!(supported_device & (ATOM_DEVICE_TV_SUPPORT | ATOM_DEVICE_CV_SUPPORT))) {
struct radeon_device *rdev = dev->dev_private;
*i2c_bus = radeon_lookup_i2c_gpio(rdev, 0x93);
}
Expand Down

0 comments on commit 13f3a67

Please sign in to comment.