summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Bus.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-24Bus: Remove yet more unused overlap processing.Adam Jackson1-6/+0
2008-11-24Bus: Simplify a failure case (that pretty much never happens)Adam Jackson1-23/+1
2008-11-24Bus: Trust the kernel when registering driver resourcesAdam Jackson1-16/+4
2008-11-24Remove unused MIN macroAdam Jackson1-4/+0
2008-11-24Bus: remove special handling for init-only resourcesAdam Jackson1-24/+1
2008-11-24Bus: remove useless isaConvertRange2HostAdam Jackson1-3/+0
2008-11-24Bus: Don't try to find an ISA bus just for fun.Adam Jackson1-39/+0
2008-11-24Bus: Remove unused RemoveOverlapsAdam Jackson1-85/+0
2008-11-24Bus: Remove the notion of estimated resources.Adam Jackson1-11/+1
2008-11-24Bus: remove the "reducer"Adam Jackson1-53/+0
2008-11-24Remove xf86GetResourcesImplicitlyAdam Jackson1-27/+4
2008-10-07Revert "Unexport (and unimplement) xf86SetAccessFuncs" for now.Aaron Plattner1-0/+18
2008-10-07Revert "Remove unused server state change callbackery" for now.Aaron Plattner1-0/+57