diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2013-09-24 11:39:10 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2013-11-13 11:37:02 -0500 |
commit | d571d6af70ef27efd1ed6420eb892bdde963ed7a (patch) | |
tree | d69262a7f8cb9f3f7f4ed5a4fbb882e76ecc7216 /src/ati_pciids_gen.h | |
parent | e38a92e00d015a6b80a1f3a16d58c61f084b066f (diff) |
radeon/kms: add Hawaii pci ids
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'src/ati_pciids_gen.h')
-rw-r--r-- | src/ati_pciids_gen.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ati_pciids_gen.h b/src/ati_pciids_gen.h index 17222c1f..b34dfe68 100644 --- a/src/ati_pciids_gen.h +++ b/src/ati_pciids_gen.h @@ -743,3 +743,15 @@ #define PCI_CHIP_KAVERI_131B 0x131B #define PCI_CHIP_KAVERI_131C 0x131C #define PCI_CHIP_KAVERI_131D 0x131D +#define PCI_CHIP_HAWAII_67A0 0x67A0 +#define PCI_CHIP_HAWAII_67A1 0x67A1 +#define PCI_CHIP_HAWAII_67A2 0x67A2 +#define PCI_CHIP_HAWAII_67A8 0x67A8 +#define PCI_CHIP_HAWAII_67A9 0x67A9 +#define PCI_CHIP_HAWAII_67AA 0x67AA +#define PCI_CHIP_HAWAII_67B0 0x67B0 +#define PCI_CHIP_HAWAII_67B1 0x67B1 +#define PCI_CHIP_HAWAII_67B8 0x67B8 +#define PCI_CHIP_HAWAII_67B9 0x67B9 +#define PCI_CHIP_HAWAII_67BA 0x67BA +#define PCI_CHIP_HAWAII_67BE 0x67BE |