summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Bus.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-04Revert "Bus: Remove xf86SetAccessFuncs() and related machinery"Adam Jackson1-0/+70
2009-02-04Bus: Remove xf86SetAccessFuncs() and related machineryAdam Jackson1-70/+0
2009-02-04Bus: Delete some obfuscatory macrosAdam Jackson1-6/+6
2009-02-04Bus: Remove unused xf86ExtractTypeFromListAdam Jackson1-13/+0
2009-02-04Bus: make the resource list static.Adam Jackson1-2/+1
2009-02-04Fix "warning: braces around scalar initializer"Tomas Carnecky1-1/+1
2009-01-11xfree86: ANSI cleanupsJulien Cristau1-2/+2
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-60/+60
2008-11-30Correct static symbol XkmReadTOC and first pass on compile warning fixes.Paulo Cesar Pereira de Andrade1-9/+13
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-22/+22
2008-11-24Bus: Remove ISA support.Adam Jackson1-37/+5