mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
xfree86: drivers: geode: use xorg-config.h
Since we're in-tree now, we have to use dix-config.h instead of config.h Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -28,10 +28,7 @@
|
||||
* Base include file for the Cimarron library. This file should be modified
|
||||
* and included in any Cimarron-based project.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <xorg-config.h>
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
@@ -27,10 +27,7 @@
|
||||
been - remove the unnecessary #defines and routines, and concentrate on
|
||||
Linux for now.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <xorg-config.h>
|
||||
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
|
||||
@@ -27,9 +27,8 @@
|
||||
#ifndef _GEODE_H_
|
||||
#define _GEODE_H_
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <xorg-config.h>
|
||||
|
||||
#include "geode_pcirename.h"
|
||||
|
||||
#include "exa.h"
|
||||
|
||||
@@ -25,10 +25,7 @@
|
||||
*/
|
||||
|
||||
/* We want to share as much code between GX and LX as we possibly can for obvious reasons */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <xorg-config.h>
|
||||
|
||||
#include <string.h> /* memcmp() */
|
||||
#include <unistd.h>
|
||||
|
||||
@@ -22,10 +22,7 @@
|
||||
* contributors may be used to endorse or promote products derived from this
|
||||
* software without specific prior written permission.
|
||||
* */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <xorg-config.h>
|
||||
|
||||
/* Includes that are used by all drivers */
|
||||
#include <xf86.h>
|
||||
|
||||
@@ -22,10 +22,7 @@
|
||||
* contributors may be used to endorse or promote products derived from this
|
||||
* software without specific prior written permission.
|
||||
* */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <xorg-config.h>
|
||||
|
||||
#include "xf86.h"
|
||||
#include "xf86Modes.h"
|
||||
|
||||
@@ -34,10 +34,7 @@
|
||||
* Project: Amd Xfree Frame buffer device driver.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <xorg-config.h>
|
||||
|
||||
/* Includes that are used by all drivers */
|
||||
#include "xf86.h"
|
||||
|
||||
@@ -23,10 +23,7 @@
|
||||
* contributors may be used to endorse or promote products derived from this
|
||||
* software without specific prior written permission.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <xorg-config.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
@@ -35,10 +35,7 @@
|
||||
* gfx_msr_read
|
||||
* gfx_msr_write
|
||||
* */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <xorg-config.h>
|
||||
|
||||
/* INCLUDE SUPPORT FOR REDCLOUD, IF SPECIFIED */
|
||||
|
||||
|
||||
@@ -29,10 +29,7 @@
|
||||
*
|
||||
* Project: Geode Xfree Frame buffer device driver.
|
||||
* */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <xorg-config.h>
|
||||
|
||||
#include "xf86.h"
|
||||
#include "xf86_OSproc.h"
|
||||
|
||||
@@ -26,10 +26,7 @@
|
||||
* contributors may be used to endorse or promote products derived from this
|
||||
* software without specific prior written permission.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <xorg-config.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
@@ -32,10 +32,7 @@
|
||||
|
||||
/* #undef OPT_ACCEL */
|
||||
|
||||
/* Xfree86 header files */
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <xorg-config.h>
|
||||
|
||||
#include "vgaHW.h"
|
||||
#include "xf86.h"
|
||||
|
||||
@@ -25,10 +25,7 @@
|
||||
* contributors may be used to endorse or promote products derived from this
|
||||
* software without specific prior written permission.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <xorg-config.h>
|
||||
|
||||
#include "xf86.h"
|
||||
#include "xf86Modes.h"
|
||||
|
||||
@@ -36,10 +36,7 @@
|
||||
* It should not be recopied with new versions of Durango unless the
|
||||
* developer is willing to tune the file again for the specific project.
|
||||
* */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <xorg-config.h>
|
||||
|
||||
#include "gfx_rtns.h"
|
||||
#include "gfx_defs.h"
|
||||
|
||||
@@ -22,10 +22,7 @@
|
||||
* contributors may be used to endorse or promote products derived from this
|
||||
* software without specific prior written permission.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <xorg-config.h>
|
||||
|
||||
#include "xf86.h"
|
||||
#include "shadow.h"
|
||||
|
||||
@@ -28,10 +28,7 @@
|
||||
* Since this file is for the first generation graphics unit, it interfaces
|
||||
* to SoftVGA registers. It works for both VSA1 and VSA2.
|
||||
* */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <xorg-config.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -35,10 +35,7 @@
|
||||
|
||||
* code to allocate offscreen memory from EXA - is borrowed from Radeon
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <xorg-config.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -22,10 +22,7 @@
|
||||
* contributors may be used to endorse or promote products derived from this
|
||||
* software without specific prior written permission.
|
||||
* */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <xorg-config.h>
|
||||
|
||||
#include "xf86.h"
|
||||
#include "xf86i2c.h"
|
||||
|
||||
@@ -22,10 +22,7 @@
|
||||
* contributors may be used to endorse or promote products derived from this
|
||||
* software without specific prior written permission.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <xorg-config.h>
|
||||
|
||||
#include "xf86.h"
|
||||
#include "geode.h"
|
||||
|
||||
@@ -26,10 +26,7 @@
|
||||
* contributors may be used to endorse or promote products derived from this
|
||||
* software without specific prior written permission.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <xorg-config.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -31,10 +31,7 @@
|
||||
*/
|
||||
|
||||
/* To support PictOptAdd with a mask */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <xorg-config.h>
|
||||
|
||||
#include "xf86.h"
|
||||
#include "exa.h"
|
||||
|
||||
@@ -22,9 +22,7 @@
|
||||
* contributors may be used to endorse or promote products derived from this
|
||||
* software without specific prior written permission.
|
||||
*/
|
||||
#if HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <xorg-config.h>
|
||||
|
||||
#include "xf86.h"
|
||||
#include "geode.h"
|
||||
|
||||
@@ -22,10 +22,7 @@
|
||||
* contributors may be used to endorse or promote products derived from this
|
||||
* software without specific prior written permission.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <xorg-config.h>
|
||||
|
||||
#include "xf86.h"
|
||||
#include "X11/Xatom.h"
|
||||
|
||||
@@ -27,10 +27,7 @@
|
||||
* VG Config Register (0x00) page 16
|
||||
* VG FP Register (0x02) page 18
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <xorg-config.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
@@ -28,10 +28,7 @@
|
||||
Add back in double buffering?
|
||||
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <xorg-config.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -29,10 +29,7 @@
|
||||
*
|
||||
* Project: Geode Xfree Frame buffer device driver.
|
||||
* */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <xorg-config.h>
|
||||
|
||||
#ifdef __KERNEL__
|
||||
|
||||
|
||||
@@ -25,10 +25,7 @@
|
||||
*/
|
||||
|
||||
/* prototype Xv interface for lxv4l2 driver */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
#include <xorg-config.h>
|
||||
|
||||
#include <sys/time.h>
|
||||
#include <sys/fcntl.h>
|
||||
|
||||
Reference in New Issue
Block a user