Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-08-12 | radeon: add 0x9441 for hd 4870 x2 | Dave Airlie | 1 | -0/+1 | |
thanks to Michael Larabel for testing | |||||
2008-07-12 | pciid: add radeon HD3850. | Dave Airlie | 1 | -0/+1 | |
pci id from legume on #radeon | |||||
2008-07-08 | rv770 initial support | Dave Airlie | 1 | -0/+2 | |
adds pci ids and one register from AMD code | |||||
2008-07-01 | Add pci id for FireMV 2400 | Wolke Liu | 1 | -0/+1 | |
2008-06-21 | 0x1002 0x5657 is actually RV410 | Alex Deucher | 1 | -1/+1 | |
See bug 14289 com_bios_scratch.diff | |||||
2008-06-09 | RS4xx: RC410 chips are actually RS400 based | Alex Deucher | 1 | -2/+2 | |
2008-05-14 | Add RS600 support | Alex Deucher | 1 | -0/+3 | |
2008-05-13 | RS4xx: Split out RS400 and RS480 as separate families | Alex Deucher | 1 | -6/+6 | |
RS400 (intel based IGP) and RS480 (AMD based IGP) have different MC setups and need to be handled differently | |||||
2008-03-16 | radeon: the 0x5974 appears to be a mobility chip... | Dave Airlie | 1 | -1/+1 | |
After debugging with partymola on #radeon, adding this allowed his Dell Vostro 1000 to work properly | |||||
2008-03-10 | RV550: MC setup is like RV515 not RV530 | Alex Deucher | 1 | -3/+3 | |
2008-03-05 | AVIVO: Initial support for DCE 3.0 using atombios | Alex Deucher | 1 | -0/+19 | |
DACs are working well, DIG support (DVI, HDMI, LVDS, etc.) still has some issues. | |||||
2008-02-08 | add rv670 pciids | Dave Airlie | 1 | -0/+6 | |
2008-01-29 | RADEON: Add new RV380 pci id | Alex Deucher | 1 | -0/+1 | |
bug 14289 | |||||
2008-01-02 | RADEON: Make sure all old IGP chips have HasSingleDac set | Alex Deucher | 1 | -14/+14 | |
fix the csv file and re-gen the headers. | |||||
2007-11-20 | atombios: add all r5xx and r6xx pci ids | Dave Airlie | 1 | -0/+132 | |
2007-11-20 | radeon: restructure pci ids to avoid effort later | Dave Airlie | 1 | -0/+140 | |
This uses a single file with all the pciids and parameters for radeon family and setup in it. I don't run the perl script at build time to avoid a perl dependency on build but adding pci ids should be done via the csv file with openoffice or gnumeric if possible. |