summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Bus.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-12xfree86: Remove vestigial lastScrnFlagAdam Jackson1-19/+0
2017-03-30xfree86: Remove driver entity hooks and privateAdam Jackson1-43/+0
2016-12-05xfree86: Try harder to find atleast 1 non GPU ScreenHans de Goede1-3/+23
2016-12-05xfree86: Make adding unclaimed devices as GPU devices a separate stepHans de Goede1-0/+4
2016-12-05xfree86: Remove redundant ServerIsNotSeat0 check from xf86CallDriverProbeHans de Goede1-2/+0
2016-08-18Fix Xorg -configure not working anymoreHans De Goede1-1/+2
2015-04-21Convert hw/xfree86 to new *allocarray functionsAlan Coopersmith1-10/+11
2015-04-21Let calloc handle multiplicationAlan Coopersmith1-1/+1
2014-11-12Drop trailing whitespacesPeter Hutterer1-1/+1
2014-08-21xfree86: Fallback to first platform device as primaryThierry Reding1-0/+3
2014-05-01xfree86: allow fallback to PCI bus probe for graphics devices on non-seat0 X ...LaƩrcio de Sousa1-2/+2
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-1/+1
2013-11-12xfree86: Fix build without libpciaccessJeremy Huddleston Sequoia1-1/+4
2013-10-29xfree86: Find primary entity when bus types are nominally differentConnor Behan1-1/+3
2012-09-20Merge remote-tracking branch 'ajax/ioperm'Keith Packard1-15/+0
2012-09-20xfree86: Change the semantics of driverFunc(GET_REQUIRED_HW_INTERFACES)Adam Jackson1-15/+0
2012-09-19xf86: fix multi-seat video device support. (v2)Dave Airlie1-0/+4
2012-07-06xfree86: add DDX gpu screen support. (v3)Dave Airlie1-0/+4
2012-07-06xfree86: use udev to provide device enumeration for kms devices (v10)Dave Airlie1-1/+17
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-4/+3
2012-05-21xf86/pci: fix slot claiming counting.Dave Airlie1-0/+20
2012-03-21Introduce a consistent coding styleKeith Packard1-143/+153
2011-10-15configure: wrap PCI code with macro and set it at build timeTiago Vignatti1-5/+13
2011-10-15pci: Port xf86MapLegacyIO to pciaccessAdam Jackson1-1/+0
2010-12-20xfree86: Remove xf86EnterServerStateAdam Jackson1-33/+0
2010-12-20xfree86: Symmetrize xf86AccessEnter and xf86AccessLeaveAdam Jackson1-2/+0
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov1-5/+5
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov1-1/+1
2010-05-24xfree86: bus: delete useless xf86FindPrimaryDeviceTiago Vignatti1-37/+0
2010-05-24xfree86: bus: remove unused headersTiago Vignatti1-2/+0
2010-05-19xfree86: remove PCI dependency from InitOutputTiago Vignatti1-0/+134
2010-05-19xfree86: remove xf86EnableAccessTiago Vignatti1-23/+0
2010-05-19xfree86: bus: remove SetSIGIOForState and simplify the codeTiago Vignatti1-27/+7
2010-05-19xfree86: bus: fb drivers might want to use vga arbitration eitherTiago Vignatti1-2/+2
2010-05-19xfree86: bus: simplify entity related hooksTiago Vignatti1-52/+17
2010-05-19xfree86: bus: rework xf86PostProbe logic and remove useless log infoTiago Vignatti1-10/+2
2010-05-19xfree86: bus: reuse already assigned variable when fb driver claimedTiago Vignatti1-4/+1
2010-05-19xfree86: bus: fix Enter/Leave accesses behaviourTiago Vignatti1-3/+0
2010-05-19xfree86: remove unused xf86AccessInit()Tiago Vignatti1-17/+2
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov1-4/+4
2009-09-16xfree86: vgaarb: rework wrapping functionTiago Vignatti1-17/+2
2009-09-04xfree86: silence 'unused variable' compiler warningPeter Hutterer1-1/+3
2009-08-31xfree86: remove _more_ RAC junkTiago Vignatti1-1/+0
2009-08-31xfree86: removal of some dead code due VGA arbiter's inclusionTiago Vignatti1-17/+0
2009-08-28xf86 ddx: add vga arbiter support.Dave Airlie1-0/+15
2009-08-20xfree86: remove bus state change notification callbackTiago Vignatti1-48/+0
2009-08-05xfree86: remove more RAC junkyTiago Vignatti1-1/+0
2009-07-28xserver: remove RAC/resource handling code.Dave Airlie1-1815/+4
2009-06-19fbdev: make entity fail if PCI claimed already.Dave Airlie1-0/+3
2009-05-16xfree86: Remove superfluous ifdef DEBUG checks.Peter Hutterer1-33/+13