summaryrefslogtreecommitdiffstats
path: root/include/drm/drm_pciids.h
diff options
context:
space:
mode:
authorAlex Deucher2014-10-26 20:18:42 +0100
committerAlex Deucher2014-10-28 15:44:36 +0100
commit8c3e434769b1707fd2d24de5a2eb25fedc634c4a (patch)
tree0f1d4055f17f6757d22a105c29254b410ade1e5e /include/drm/drm_pciids.h
parentdrm/radeon: dpm fixes for asrock systems (diff)
downloadkernel-qcow2-linux-8c3e434769b1707fd2d24de5a2eb25fedc634c4a.tar.gz
kernel-qcow2-linux-8c3e434769b1707fd2d24de5a2eb25fedc634c4a.tar.xz
kernel-qcow2-linux-8c3e434769b1707fd2d24de5a2eb25fedc634c4a.zip
drm/radeon: remove invalid pci id
0x4c6e is a secondary device id so should not be used by the driver. Noticed-by: Mark Kettenis <mark.kettenis@xs4all.nl> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org
Diffstat (limited to 'include/drm/drm_pciids.h')
-rw-r--r--include/drm/drm_pciids.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drm/drm_pciids.h b/include/drm/drm_pciids.h
index e973540cd15b..2dd405c9be78 100644
--- a/include/drm/drm_pciids.h
+++ b/include/drm/drm_pciids.h
@@ -74,7 +74,6 @@
{0x1002, 0x4C64, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV250|RADEON_IS_MOBILITY}, \
{0x1002, 0x4C66, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV250|RADEON_IS_MOBILITY}, \
{0x1002, 0x4C67, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV250|RADEON_IS_MOBILITY}, \
- {0x1002, 0x4C6E, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RV280|RADEON_IS_MOBILITY}, \
{0x1002, 0x4E44, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_R300}, \
{0x1002, 0x4E45, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_R300}, \
{0x1002, 0x4E46, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_R300}, \