summaryrefslogtreecommitdiff
path: root/src/radeon_probe.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-12Do not export the DriverRec RADEONEmil Velikov1-1/+1
2017-06-26Include xf86Pci.h for DRICreatePCIBusID with xserver Git masterMichel Dänzer1-0/+5
2016-09-21Only list each unique chipset family once in the log fileMichel Dänzer1-2/+2
2016-02-17Remove pci_dev test from radeon_get_scrninfoMichel Dänzer1-4/+1
2015-07-30Remove unused local variable pRADEONEntMichel Dänzer1-6/+1
2015-07-28radeon: cleanup the entity recDave Airlie1-4/+0
2014-03-17Add support for server managed fdsHans de Goede1-0/+5
2013-12-24radeon: Restore kernel module load on FreeBSD.Robert Millan1-0/+10
2013-01-10Drop support for X servers older than 1.7.Michel Dänzer1-68/+0
2012-12-11Remove unused local variable 'path'.Michel Dänzer1-1/+0
2012-11-03radeon/radeon_platform_probe: fix Zaphod mode breakageIlija Hadzic1-0/+2
2012-11-02Revert "radeon/radeon_platform_probe: fix Zaphod mode breakage"Alex Deucher1-1/+0
2012-11-01radeon/radeon_platform_probe: fix Zaphod mode breakageIlija Hadzic1-0/+1
2012-09-03radeon: add platform bus loading support.Dave Airlie1-1/+80
2012-08-15Implement ->driverFuncAdam Jackson1-1/+16
2012-06-15radeon: drop all UMS/DRI1/XAA/overlay support.Dave Airlie1-58/+10
2011-10-20radeon/kms: fallback to vesa if GPU is not supported by UMSJerome Glisse1-1/+28
2010-12-01radeon: add some missing math.h and assert.h includesDave Airlie1-0/+1
2010-06-21Convert x(c)alloc/xfree to m/calloc/free.Michel Dänzer1-4/+4
2010-02-25zaphod: Fix entity instance assignment.James Le Cuirot1-6/+2
2009-07-28ati: change to using ABI version checkDave Airlie1-1/+1
2009-07-28ati: update for resources/RAC API removalDave Airlie1-0/+3
2009-07-02Warning fixes.Michel Dänzer1-0/+5
2009-07-02radeon: fix it properly.Dave Airlie1-1/+2
2009-07-02radeon: fix compile without kmsDave Airlie1-1/+3
2009-07-02radeon: add KMS support (still disabled)Dave Airlie1-11/+60
2008-12-10[PATCH] xf86misc extension has been removed, update driver to reflect itBenjamin Close1-2/+0
2008-03-02[PATCH] Ensure symbols used by other modules are visible.Paulo Cesar Pereira de Andrade1-1/+1
2008-02-18r128/radeon: probably correct fix for non pci access codeGeorge Sapountzis1-1/+1
2008-02-16r128/radeon: hopeful fix for non pci access codeDave Airlie1-1/+1
2008-02-16r128/radeon: fix build without pciaccessDave Airlie1-0/+4
2008-02-15ati: convert to pci probeGeorge Sapountzis1-63/+102
2008-02-15ati wrapper: translate Device linesGeorge Sapountzis1-41/+5
2008-01-16ati wrapper: add DriverRec's and use themGeorge Sapountzis1-3/+14
2007-12-07radeon: bring back zaphod all is forgiven.Dave Airlie1-1/+1
2007-11-20radeon: restructure pci ids to avoid effort laterDave Airlie1-143/+2
2007-10-05RADEON: rename to PCI_CHIP_RS485_5975 everywhereTormod Volden1-1/+1
2007-10-04Merge remote branch 'origin/pci-rework'Michel Dänzer1-0/+2
2007-09-22RADEON: Don't make the entity as shareableAlex Deucher1-1/+1
2007-08-28[mach64] Convert to pci-rework, keeping source-code compatibility.George Sapountzis1-0/+2
2007-08-23radeon: bug 11860 fix some mem leaksRoland Bär1-0/+1
2007-03-23Fold FillIn() back to Probe().George Sapountzis1-2/+15
2007-03-23Move {atimach64,r128,radeon}_probe.c from ati to subdrivers.George Sapountzis1-14/+3
2006-09-25remove all CVS annotations from the ATI driver filesDave Airlie1-1/+0
2006-03-22Convert use of xf86fopen() and other xf86 wrapped libc symbols to use libcKristian Høgsberg1-1/+2
2006-03-12Stop using xf86PciInfo.h, instead use a local copy of the PCI IDs we needBenjamin Herrenschmidt1-2/+1
2006-02-25Add pci ids known to exist (see #4284 for instance). There are stillRoland Scheidegger1-0/+5
2005-12-14Bug #1760: Fix ati wrapper multihead to be dlloader friendly.Adam Jackson1-2/+0
2005-07-11Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_16XORG-6_8_99_15Adam Jackson1-0/+4
2005-04-20Fix includes right throughout the Xserver tree:Daniel Stone1-1/+1