提交 20b24005 编写于 作者: F Francisco Jerez 提交者: Ben Skeggs

drm/nouveau: Add another Zotac FX5200 TV-out quirk.

Signed-off-by: NFrancisco Jerez <currojerez@riseup.net>
Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 a5afb775
...@@ -120,9 +120,10 @@ static bool ...@@ -120,9 +120,10 @@ static bool
get_tv_detect_quirks(struct drm_device *dev, uint32_t *pin_mask) get_tv_detect_quirks(struct drm_device *dev, uint32_t *pin_mask)
{ {
/* Zotac FX5200 */ /* Zotac FX5200 */
if ((dev->pdev->device == 0x0322) && if (dev->pdev->device == 0x0322 &&
(dev->pdev->subsystem_vendor == 0x19da) && dev->pdev->subsystem_vendor == 0x19da &&
(dev->pdev->subsystem_device == 0x2035)) { (dev->pdev->subsystem_device == 0x1035 ||
dev->pdev->subsystem_device == 0x2035)) {
*pin_mask = 0xc; *pin_mask = 0xc;
return false; return false;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册