Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-12 | radeon: add some new pci ids | Alex Deucher | |
fixes: https://bugs.freedesktop.org/show_bug.cgi?id=43739 Signed-off-by: Alex Deucher <alexdeucher@gmail.com> | |||
2011-12-01 | radeon: add some new pci ids | Alex Deucher | |
Signed-off-by: Alex Deucher <alexander.deucher@amd.com> | |||
2011-11-14 | radeon: add missing FireMV pci id | Alex Deucher | |
Signed-off-by: Alex Deucher <alexdeucher@gmail.com> | |||
2011-07-15 | radeon: add some new NI pci ids | Alex Deucher | |
Signed-off-by: Alex Deucher <alexander.deucher@amd.com> | |||
2011-05-31 | radeon: add llano pci ids | Alex Deucher | |
Signed-off-by: Alex Deucher <alexdeucher@gmail.com> | |||
2011-05-03 | radeon: add some new pci ids | Alex Deucher | |
Signed-off-by: Alex Deucher <alexdeucher@gmail.com> | |||
2011-04-04 | radeon: add some additional ontario pci ids | Alex Deucher | |
Signed-off-by: Alex Deucher <alexdeucher@gmail.com> | |||
2011-03-02 | kms: add cayman pci ids | Alex Deucher | |
Signed-off-by: Alex Deucher <alexdeucher@gmail.com> | |||
2011-02-01 | radeon: remove device 0x4243 | Alex Deucher | |
0x4243 is a PCI bridge, not a gpu. See: https://bugs.freedesktop.org/show_bug.cgi?id=33815 Signed-off-by: Alex Deucher <alexdeucher@gmail.com> | |||
2011-01-13 | rs880 fix typo in HD 4250 string | Alex Deucher | |
Noticed by Nigel Taylor Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=33057 | |||
2011-01-06 | NI: add pci ids | Alex Deucher | |
2010-11-22 | Add Ontario fusion APU pci ids | Alex Deucher | |
Signed-off-by: Alex Deucher <alexdeucher@gmail.com> | |||
2010-08-04 | radeon: add new pci ids | Alex Deucher | |
2010-04-19 | radeon: add FireMV 2400 pci id. | Dave Airlie | |
From RH#581927 - thanks to Carsten Clasohm Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2010-04-09 | radeon: add some new pci ids | Alex Deucher | |
2010-03-03 | radeon: add new RS880 pci id | Alex Deucher | |
2010-02-01 | evergreen: add pci ids | Alex Deucher | |
2009-08-04 | RS880: enable accel | Alex Deucher | |
2009-08-03 | radeon: add some new r7xx pci ids | Alex Deucher | |
2009-07-02 | radeon: add KMS support (still disabled) | Dave Airlie | |
This adds DRI2 + KMS + driver pixmaps support to the driver. I've decided to just do a completely separate KMS driver file instead of hacking the crap out of radeon_driver.c. So now I do the KMS check in radeon_probe.c time and set the DDX pointed up to a completely different set at this stage. This avoids a lot of if (kms) type crap in the code at the expense of making sure we make changes to both files if necessary. This code is still disabled in configure.ac as I broke EXA composite rendering somehow in KMS mode | |||
2009-06-28 | Add some missing M96 pci ids | Alex Deucher | |
fixes fdo bug 22404 | |||
2009-05-29 | Add RV740 (HD4770) support | Alex Deucher | |
Verified by ernstp on IRC | |||
2009-05-18 | r4xx: Add some missing pci ids | Alex Deucher | |
Noticed by Romain in bug 21798 | |||
2009-05-11 | RV770: add missing pci id | Alex Deucher | |
Fixes bug 21209 | |||
2009-04-02 | Add RV790 (HD 4890) support | Alex Deucher | |
2009-03-22 | radeon: add new chip ids | Alex Deucher | |
2009-03-19 | Add new pci ids | Alex Deucher | |
2009-02-08 | Add some missing r6xx/r7xx pci ids | Alex Deucher | |
2009-02-03 | Fix bad rv710 pci id | Alex Deucher | |
2008-12-18 | radeon: add all new pci ids for rv730/rv710 families | Dave Airlie | |
2008-12-16 | radeon: add initial rv730 pciids. | Dave Airlie | |
Lots more to come, this just adds a few to start. | |||
2008-12-15 | Remove duplicate ATI in some device names | Fabio | |
from bug 19098 | |||
2008-11-10 | pciid: add HD3300 - 790GX chipset. | Dave Airlie | |
RH BZ (#466706) | |||
2008-08-12 | radeon: add 0x9441 for hd 4870 x2 | Dave Airlie | |
thanks to Michael Larabel for testing | |||
2008-07-12 | pciid: add radeon HD3850. | Dave Airlie | |
pci id from legume on #radeon | |||
2008-07-08 | rv770 initial support | Dave Airlie | |
adds pci ids and one register from AMD code | |||
2008-07-01 | Add pci id for FireMV 2400 | Wolke Liu | |
2008-06-21 | 0x1002 0x5657 is actually RV410 | Alex Deucher | |
See bug 14289 com_bios_scratch.diff | |||
2008-06-09 | RS4xx: RC410 chips are actually RS400 based | Alex Deucher | |
2008-05-14 | Add RS600 support | Alex Deucher | |
2008-05-13 | RS4xx: Split out RS400 and RS480 as separate families | Alex Deucher | |
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 | |
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 | |
2008-03-05 | AVIVO: Initial support for DCE 3.0 using atombios | Alex Deucher | |
DACs are working well, DIG support (DVI, HDMI, LVDS, etc.) still has some issues. | |||
2008-02-15 | ati: convert to pci probe | George Sapountzis | |
add pciids for each subdriver, make no use of the match_data functionality. thanks to Alex Deucher for reviewing and testing. | |||
2008-02-08 | add rv670 pciids | Dave Airlie | |
2008-01-29 | RADEON: Add new RV380 pci id | Alex Deucher | |
bug 14289 | |||
2008-01-02 | RADEON: Make sure all old IGP chips have HasSingleDac set | Alex Deucher | |
fix the csv file and re-gen the headers. | |||
2007-11-20 | atombios: add all r5xx and r6xx pci ids | Dave Airlie | |
2007-11-20 | radeon: restructure pci ids to avoid effort later | Dave Airlie | |
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. |