First attempt at older Radeon card support
* add missing chipset ranges * add a few more older (X1200) PCI ID's (mostly IGP) * add code to detect and set frame buffer size on old chipsets * we get to the connector detection currently and fail due to the lack of legacy support on my X1200 IGP
This commit is contained in:
@@ -52,6 +52,13 @@
|
||||
// Radeon Chipsets
|
||||
enum radeon_chipset {
|
||||
RADEON_R420 = 0, //r400, Radeon X700-X850
|
||||
RADEON_R423,
|
||||
RADEON_RV410,
|
||||
RADEON_RS400,
|
||||
RADEON_RS480,
|
||||
RADEON_RS600,
|
||||
RADEON_RS690,
|
||||
RADEON_RS740,
|
||||
RADEON_RV515,
|
||||
RADEON_R520, //r500, Radeon X1300-X1950
|
||||
RADEON_RV530,
|
||||
|
||||
Reference in New Issue
Block a user