[PATCH] fbdev: ATI RN50 pci id
Here's the PCI ID for the ATI RN50 chip. Signed-off-by: Jake Moilanen <moilanen@austin.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: "Antonino A. Daplas" <adaplas@hotpop.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
5ee1ef96a0
commit
183dee0f02
2 changed files with 2 additions and 0 deletions
|
@ -150,6 +150,7 @@
|
|||
#define PCI_CHIP_RV200_QX 0x5158
|
||||
#define PCI_CHIP_RV100_QY 0x5159
|
||||
#define PCI_CHIP_RV100_QZ 0x515A
|
||||
#define PCI_CHIP_RN50 0x515E
|
||||
#define PCI_CHIP_RAGE128RE 0x5245
|
||||
#define PCI_CHIP_RAGE128RF 0x5246
|
||||
#define PCI_CHIP_RAGE128RG 0x5247
|
||||
|
|
|
@ -112,6 +112,7 @@ static struct pci_device_id radeonfb_pci_table[] = {
|
|||
/* Radeon VE/7000 */
|
||||
CHIP_DEF(PCI_CHIP_RV100_QY, RV100, CHIP_HAS_CRTC2),
|
||||
CHIP_DEF(PCI_CHIP_RV100_QZ, RV100, CHIP_HAS_CRTC2),
|
||||
CHIP_DEF(PCI_CHIP_RN50, RV100, CHIP_HAS_CRTC2),
|
||||
/* Radeon IGP320M (U1) */
|
||||
CHIP_DEF(PCI_CHIP_RS100_4336, RS100, CHIP_HAS_CRTC2 | CHIP_IS_IGP | CHIP_IS_MOBILITY),
|
||||
/* Radeon IGP320 (A3) */
|
||||
|
|
Loading…
Reference in a new issue