summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86AutoConfig.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-09xfree86: Improved autoconfig drivers matchingKarol Kosik1-57/+69
2017-05-09Revert "xfree86: Improved autoconfig drivers matching"Eric Anholt1-69/+57
2017-04-27xfree86: Improved autoconfig drivers matchingKarol Kosik1-57/+69
2016-12-07Fix a segfault that occurs if xorg.conf.d is absent:Ben Crocker1-0/+9
2016-08-15Autoconfig: Fix the loop adding dectected drivers to the list of screensMatthieu Herrb1-2/+1
2015-11-30Replace 'sun' with '__sun'Richard PALO1-5/+5
2015-04-21Convert hw/xfree86 to new *allocarray functionsAlan Coopersmith1-1/+1
2014-12-19Solaris: Move shared declarations to xf86_OSlib.hAlan Coopersmith1-1/+0
2014-11-12Drop trailing whitespacesPeter Hutterer1-4/+4
2014-07-07xfree86: Make driver matching consistentThierry Reding1-1/+1
2014-01-12xfree86/common: Warning fixes. Mostly const string handling.Keith Packard1-1/+3
2013-12-09xfree86: Prefer fbdev to vesaAdam Jackson1-8/+9
2012-07-12xf86: include xf86platformBus.h in xf86AutoConfig.cDave Airlie1-0/+1
2012-07-06xfree86: use udev to provide device enumeration for kms devices (v10)Dave Airlie1-2/+7
2012-05-21xfree86: add modesetting driver to fallback list on LinuxDave Airlie1-0/+4
2012-03-21Introduce a consistent coding styleKeith Packard1-83/+89
2011-11-23Don't fallback to wsfb or fbdev on SolarisAlan Coopersmith1-0/+2
2011-10-15configure: wrap PCI code with macro and set it at build timeTiago Vignatti1-2/+2
2010-12-31config: warning fixesAdam Jackson1-1/+1
2010-12-07Convert existing Xprintf style calls to asprintf styleAlan Coopersmith1-2/+2
2010-11-30xf86AutoConfig: make copyScreen memory allocation & error handling more saneAlan Coopersmith1-5/+15
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-1/+1
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov1-2/+1
2010-06-02xfree86: Unbreak autoconfig following 0abf065e38c4Chris Wilson1-1/+1
2010-05-24xfree86: move all pci code from auto configurator into a meaningful locationTiago Vignatti1-246/+2
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-10/+10
2010-03-29Remove now obsolete function chooseVideoDriverRuediger Oertel1-25/+0
2010-03-29xfree86: Handle driver autoconfiguration when .conf files existRuediger Oertel1-6/+82
2010-02-12xfree86: Add qxl driver to the autoconfig logicSoeren Sandmann1-0/+1
2009-12-22xfree86: Use xorg.conf.d directory for multiple config filesDan Nicholson1-1/+2
2009-09-18xserver: added more Geode oddities to xf86AutoConfig.cMartin-Éric Racine1-2/+2
2009-09-09Use lowercase PCI vendor ID for NSC.Martin-Éric Racine1-1/+1
2009-09-08Added comment with the PCI device ID of Geode SCx200 series.Martin-Éric Racine1-1/+1
2009-09-04Formatted recent Geode PCI ID changes to fit a 80-column coding style.Martin-Éric Racine1-2/+3
2009-09-04Further explained what the Geode PCI ID is all about as comments.Martin-Éric Racine1-2/+2
2009-09-04Removed unnecessary curly braces for Geode LX PCI ID.Martin-Éric Racine1-2/+1
2009-09-04Updated the PCI Vendor and Device IDs for all Geode variants.Martin-Éric Racine1-5/+17
2009-08-18Sun bug 6872917: Xorg not querying /dev/fb when no xorg.conf existsAlan Coopersmith1-1/+18
2009-07-24xfree86: "Staticize" functions in xf86AutoConfig.cTiago Vignatti1-42/+42
2009-07-09config: drop i810.Adam Jackson1-1/+0
2009-03-27config: Fall back to vesa for Intel Poulsbo.Adam Jackson1-0/+2
2008-12-16config: Add vboxvideo and tga to the magic driver listAdam Jackson1-6/+7
2008-10-26Bug#16501: autodetection of sbus graphic cardsBernhard R. Link1-0/+10
2008-10-06xalloc+memset(0) -> xcallocAdam Jackson1-2/+1
2008-08-01Handle XGI cards in autoconfig.Adam Jackson1-0/+6
2008-07-21Revert "Try nvidia before nv under the assumption that people who install it ...Daniel Stone1-5/+1
2008-07-20Try nvidia before nv under the assumption that people who install it usually ...Aaron Plattner1-1/+5
2008-07-07Improved driver selection when autoconfiguring driver without xorg.confAlan Coopersmith1-81/+142
2008-06-24Check for __amd64__, not __x86_64__.Adam Jackson1-1/+1
2008-04-23autoconfig: don't call closedir() when opendir() failedJulien Cristau1-70/+71