summaryrefslogtreecommitdiff
path: root/hw/xfree86
AgeCommit message (Expand)AuthorFilesLines
2009-09-11compiler.h: include <string.h> before using memmove()Alan Coopersmith1-0/+2
2009-09-11Revert "Make sys.c use compiler.h unaligned access functions"Tiago Vignatti1-1/+182
2009-09-11xfree86: vgaarb: close and cleanup vga arbiterTiago Vignatti1-0/+2
2009-09-09Use lowercase PCI vendor ID for NSC.Martin-Éric Racine1-1/+1
2009-09-09fbdevhw: Test for graphics:fb%d as well as graphics/fb%dDaniel Stone1-1/+7
2009-09-09xfree86: remove now unused xf86CrtcShadowClearPeter Hutterer1-31/+0
2009-09-08Added comment with the PCI device ID of Geode SCx200 series.Martin-Éric Racine1-1/+1
2009-09-04xfree86: fix make distcheck after removal of Domain.note and RAC.Notes.Peter Hutterer1-2/+0
2009-09-04require xf86vidmodeproto 2.2.99.1 or newer.Peter Hutterer2-4/+2
2009-09-04xfree86: silence some xf86dgaproto compiler warningsPeter Hutterer3-5/+3
2009-09-04xfree86: silence 'unused variable' compiler warningPeter Hutterer1-1/+3
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-09-02randr: Fix crtcs using set_mode_major()Adam Jackson1-4/+5
2009-09-02vgaarb: protect fini as well just in caseDave Airlie1-0/+2
2009-09-02vgaarb: if arb init fails, make sure locking doesn't occur.Dave Airlie1-0/+4
2009-09-01XFree86: Linux: Fix 100% CPU usage with ShareVTs and kbdMichael Witrant1-4/+4
2009-08-31alpha: kill xf86SlowBCopyToBus and xf86SlowBCopyFromBusMatt Turner4-77/+9
2009-08-31Make sys.c use compiler.h unaligned access functionsMatt Turner1-182/+1
2009-08-31Remove unused Delay.cMatt Turner3-41/+1
2009-08-31Remove unused BUSmemcpy.cMatt Turner3-190/+1
2009-08-31Remove unused ia64_flush_cache functionMatt Turner1-21/+0
2009-08-31Simplify unaligned access codeMatt Turner1-257/+32
2009-08-31Clean up unaligned access functions on alphaMatt Turner1-113/+2
2009-08-31Move unaligned access functions to common sectionMatt Turner1-287/+299
2009-08-31Remove unused arm_flush_cache functionMatt Turner1-10/+0
2009-08-31Remove unused ppc_flush_icache functionMatt Turner1-11/+0
2009-08-31Replace 8 nops with proper sync instruction on mipsMatt Turner1-10/+11
2009-08-31Use sfence and mfence instructions on amd64Matt Turner1-4/+2
2009-08-31Add x86 barrier macrosMatt Turner1-1/+15
2009-08-31define barrier macros as nops if not otherwise definedMatt Turner1-28/+10
2009-08-31Move memory barrier macros into common sectionMatt Turner1-58/+89
2009-08-31xfree86: remove _more_ RAC junkTiago Vignatti2-2/+0
2009-08-31xfree86: shut up vgaarb warnings when server doesn't support itTiago Vignatti1-2/+2
2009-08-31xfree86: removal of some dead code due VGA arbiter's inclusionTiago Vignatti5-27/+0
2009-08-28xace: fix up access modes in dixLookupDrawable calls from dri2.Eamon Walsh1-9/+16
2009-08-28EDID: Vendor detailed blocks aren't worth X_WARNING aboutAdam Jackson1-1/+1
2009-08-28EDID: Print 1152x864 in established timings, not x870Adam Jackson1-1/+1
2009-08-28xf86 ddx: add vga arbiter support.Dave Airlie12-10/+1513
2009-08-27xfree86: require xf86dgaproto 2.0.99.1.Peter Hutterer2-5/+2
2009-08-27xfree86: Remove xf86GetMotionEvents from public API.Peter Hutterer2-10/+0
2009-08-25Ensure that rotation updates happen frequentlyKeith Packard1-0/+2
2009-08-25Perform rotation redisplay before calling driver block handler (which may flu...Keith Packard1-2/+3
2009-08-25xf86_reload_cursors: fix cursor position to eliminate jumping after mode setKeith Packard1-2/+4
2009-08-20xfree86: dump /proc/cmdline in the log on LinuxAdam Jackson1-0/+15
2009-08-20xfree86: remove bus state change notification callbackTiago Vignatti4-69/+0
2009-08-18Sun bug 6872917: Xorg not querying /dev/fb when no xorg.conf existsAlan Coopersmith2-12/+33
2009-08-18xfree86/linux: don't change VT perms unless we're running as rootJesse Barnes1-17/+21