diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2010-03-03 13:39:13 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-03-15 09:22:12 +1000 |
commit | 338e2b1d571e4873908b199c90d6a31f65137fe3 (patch) | |
tree | 2dd6417d9217e1ad888a88fbf110ad7b00d49bfc /include/drm/drm_pciids.h | |
parent | d424b925f7092b9d95e0a8556872349abe79d9b6 (diff) | |
download | op-kernel-dev-338e2b1d571e4873908b199c90d6a31f65137fe3.zip op-kernel-dev-338e2b1d571e4873908b199c90d6a31f65137fe3.tar.gz |
drm/radeon: add new RS880 pci id
This should go to 2.6.33 stable as well.
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Cc: stable@kernel.org
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm/drm_pciids.h')
-rw-r--r-- | include/drm/drm_pciids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/drm/drm_pciids.h b/include/drm/drm_pciids.h index 676104b..04a6ebc 100644 --- a/include/drm/drm_pciids.h +++ b/include/drm/drm_pciids.h @@ -410,6 +410,7 @@ {0x1002, 0x9712, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS880|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ {0x1002, 0x9713, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS880|RADEON_IS_MOBILITY|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ {0x1002, 0x9714, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS880|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ + {0x1002, 0x9715, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CHIP_RS880|RADEON_NEW_MEMMAP|RADEON_IS_IGP}, \ {0, 0, 0} #define r128_PCI_IDS \ |