Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168479
b: refs/heads/master
c: fc7f711
h: refs/heads/master
i:
  168477: d4a9b41
  168475: a4b09b8
  168471: cfd9525
  168463: ab3a425
  168447: 9d33d6f
v: v3
  • Loading branch information
Alex Deucher authored and Dave Airlie committed Oct 28, 2009
1 parent f4b1a2f commit 58d6fdc
Show file tree
Hide file tree
Showing 2 changed files with 7 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: d11aa88b33b071d55181a7a482b9e7494888c10e
refs/heads/master: fc7f7119d2ed97fff1aaddad6bf7d61ed446cf37
6 changes: 6 additions & 0 deletions trunk/drivers/gpu/drm/radeon/radeon_combios.c
Original file line number Diff line number Diff line change
Expand Up @@ -1587,6 +1587,12 @@ static bool radeon_apply_legacy_tv_quirks(struct drm_device *dev)
dev->pdev->subsystem_device == 0x009f)
return false;

/* HP dc5750 has non-existent TV port */
if (dev->pdev->device == 0x5974 &&
dev->pdev->subsystem_vendor == 0x103c &&
dev->pdev->subsystem_device == 0x280a)
return false;

return true;
}

Expand Down

0 comments on commit 58d6fdc

Please sign in to comment.