diff options
author | Alex Deucher <[email protected]> | 2011-11-14 09:56:19 -0500 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2011-11-14 09:57:05 -0500 |
commit | 494d0053909f4304c4d8050f8bc859edc7f05e36 (patch) | |
tree | 83614544c66de35de09f364bb23f1516d1ded0ab /src/mesa/drivers | |
parent | 8f9fc8b9d208cf601d126721709315aa3c1c2024 (diff) |
radeon: add some missing FireMV pci ids
Note: this is a candidate for the stable branches.
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/dri/radeon/radeon_screen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_screen.c b/src/mesa/drivers/dri/radeon/radeon_screen.c index b4190eb7eb0..627987aac55 100644 --- a/src/mesa/drivers/dri/radeon/radeon_screen.c +++ b/src/mesa/drivers/dri/radeon/radeon_screen.c @@ -448,6 +448,7 @@ static int radeon_set_screen_flags(radeonScreenPtr screen, int device_id) screen->chip_flags = R200_CHIPSET_YCBCR_BROKEN | RADEON_CHIPSET_TCL; break; + case PCI_CHIP_RV280_4C6E: case PCI_CHIP_RV280_5960: case PCI_CHIP_RV280_5961: case PCI_CHIP_RV280_5962: |