xserver/hw/xfree86/common
Julien Cristau 0148a15da1 compiler.h: don't define inb/outb and friends on mips
The definition relies on IOPortBase, which is only ever set in
hw/xfree86/os-support/bsd/arm_video.c

This caused build failures on linux/mips with GCC 10, due to this
change (from https://gcc.gnu.org/gcc-10/changes.html#c):

"GCC now defaults to -fno-common. As a result, global variable accesses
are more efficient on various targets. In C, global variables with
multiple tentative definitions now result in linker errors. With
-fcommon such definitions are silently merged during linking."

As a result anything including compiler.h would get its own definition
of IOPortBase and the linker would error out.
2021-01-27 19:29:35 +00:00
..
.gitignore Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
Makefile.am Consolidate fourcc.h 2020-09-15 11:43:16 +02:00
compiler.h compiler.h: don't define inb/outb and friends on mips 2021-01-27 19:29:35 +00:00
dgaproc.h
extramodes
meson.build Consolidate fourcc.h 2020-09-15 11:43:16 +02:00
modeline2c.awk
vesamodes
xaarop.h
xf86.h
xf86AutoConfig.c
xf86Bus.c Introduce and use BUS_USB 2020-11-25 04:39:14 +00:00
xf86Bus.h
xf86Config.c xf86: autobind GPUs to the screen 2019-08-07 12:26:59 +02:00
xf86Config.h
xf86Configure.c dix: Merge AbortDDX into ddxGiveUp 2018-09-28 16:25:12 -04:00
xf86Cursor.c Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
xf86DGA.c
xf86DPMS.c
xf86Events.c Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
xf86Extensions.c
xf86Extensions.h
xf86Globals.c xf86: autobind GPUs to the screen 2019-08-07 12:26:59 +02:00
xf86Helper.c mi: Add a callback to notify driver about input event submission 2020-09-24 17:33:22 +00:00
xf86InPriv.h
xf86Init.c hw/xfree86/common/xf86Init.c: fix build without glx 2020-01-08 15:55:40 +00:00
xf86MatchDrivers.h
xf86Mode.c Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
xf86Module.h Bump input minor ABI due to addition of input event drain callback 2020-09-24 17:33:22 +00:00
xf86Opt.h hw: Rename boolean config value field from bool to boolean 2019-07-22 20:28:27 -04:00
xf86Option.c hw: Rename boolean config value field from bool to boolean 2019-07-22 20:28:27 -04:00
xf86Optionstr.h
xf86PM.c
xf86PciInfo.h
xf86Priv.h xf86: autobind GPUs to the screen 2019-08-07 12:26:59 +02:00
xf86Privstr.h Remove check for useSIGIO option 2020-12-08 11:23:31 -05:00
xf86RandR.c
xf86VGAarbiter.c mi: Add a default no-op miSourceValidate 2019-10-30 16:26:01 +00:00
xf86VGAarbiter.h
xf86VGAarbiterPriv.h
xf86VidMode.c
xf86Xinput.c Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
xf86Xinput.h mi: Add a callback to notify driver about input event submission 2020-09-24 17:33:22 +00:00
xf86cmap.c
xf86cmap.h
xf86fbBus.c
xf86fbman.c Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
xf86fbman.h
xf86noBus.c
xf86pciBus.c Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
xf86pciBus.h
xf86platformBus.c Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
xf86platformBus.h
xf86sbusBus.c
xf86sbusBus.h
xf86str.h Introduce and use BUS_USB 2020-11-25 04:39:14 +00:00
xf86xv.c Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
xf86xv.h
xf86xvmc.c
xf86xvmc.h
xf86xvpriv.h
xisb.c Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
xisb.h
xorgHelper.c
xorgVersion.h