summaryrefslogtreecommitdiff
path: root/src/atipciids.h
AgeCommit message (Collapse)Author
2011-10-31radeon: do not include xf86PciInfo.hTormod Volden
We already use atipciids.h instead most places. Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
2010-02-27pciids: hopefully fix HPDave Airlie
2010-02-26pci: add HP vendor idDave Airlie
2009-02-27Janitor: cosmetic clean-up of AGPMode quirk tableTormod Volden
2008-10-29Add AGP quirk tableBryce Harrington
- set known good default agp modes for problematic chip/bridge combos - should fix bug 17360, others
2008-02-15ati: drop duplicate pci-id definesGeorge Sapountzis
2007-11-20Merge branch 'master' into atombios-supportDave Airlie
Conflicts: src/radeon_chipset.h src/radeon_driver.c src/radeon_probe.c
2007-11-20radeon: restructure pci ids to avoid effort laterDave 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.
2007-11-20r5xx: add 71c5 for macbook proDave Airlie
2007-11-19add z3ro's pciidsDave Airlie
2007-11-19add firegl card on ajaxs machineDave Airlie
2007-11-19add x1900xt supportDave Airlie
2007-11-08add pci ids for X1550PROAlex Deucher
2007-11-06First round of avivo supportAlex Deucher
2007-10-05RADEON: rename to PCI_CHIP_RS485_5975 everywhereTormod Volden
RS482_5975 is actually RS485. see bug 12048
2006-09-25remove all CVS annotations from the ATI driver filesDave Airlie
2006-03-12Stop using xf86PciInfo.h, instead use a local copy of the PCI IDs we needBenjamin Herrenschmidt
in atipciids.h so we can update the ATI driver independently of the server when new chips are added