diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-03-01 12:39:31 -0500 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-03-01 12:39:31 -0500 |
commit | a7f465f73363fce409870f62173d518b1bc02ae6 (patch) | |
tree | 18606100370132aca1f8618998b4c052afc01e66 /src/radeon_dri.c | |
parent | 017bc7f34de2e40919f0e711205b78ee4e3643f6 (diff) |
R300: Add AGP quirk
bug 7770
Diffstat (limited to 'src/radeon_dri.c')
-rw-r--r-- | src/radeon_dri.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/radeon_dri.c b/src/radeon_dri.c index 03fbb8a8..45f79ed9 100644 --- a/src/radeon_dri.c +++ b/src/radeon_dri.c @@ -787,6 +787,9 @@ static radeon_agpmode_quirk radeon_agpmode_quirk_list[] = { /* ATI Host Bridge / RV280 [M9+] Needs AGPMode 1 (phoronix forum) */ { PCI_VENDOR_ATI,0xcbb2, PCI_VENDOR_ATI,0x5c61, PCI_VENDOR_SONY,0x8175, 1 }, + /* HP Host Bridge / R300 [FireGL X1] Needs AGPMode 2 (fdo #7770) */ + { PCI_VENDOR_HP,0x122e, PCI_VENDOR_ATI,0x4e47, PCI_VENDOR_ATI,0x0152, 2 }, + { 0, 0, 0, 0, 0, 0, 0 }, }; |