summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@fairlite.demon.co.uk>2002-10-22 13:43:45 +0000
committerAlan Hourihane <alanh@fairlite.demon.co.uk>2002-10-22 13:43:45 +0000
commitff4baa69da278b7f616063f37fbd27febf3eb211 (patch)
treea16b583bb363ebfbadc4faa5160ba7a7ca6e618d
parent5e9fad35880e89d428ba917d842d0e9ed9a1be6b (diff)
Import of XFree86 4.2.99.2X_4_2_99_2
-rw-r--r--linux/gamma_drm.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/linux/gamma_drm.h b/linux/gamma_drm.h
index 0d58b07b..d06763ae 100644
--- a/linux/gamma_drm.h
+++ b/linux/gamma_drm.h
@@ -48,16 +48,6 @@ typedef struct _drm_gamma_sarea {
int vertex_prim;
} drm_gamma_sarea_t;
-/* WARNING: If you change any of these defines, make sure to change the
- * defines in the Xserver file (xf86drmGamma.h)
- */
-
-/* Gamma specific ioctls
- * The device specific ioctl range is 0x40 to 0x79.
- */
-#define DRM_IOCTL_GAMMA_INIT DRM_IOW( 0x40, drm_gamma_init_t)
-#define DRM_IOCTL_GAMMA_COPY DRM_IOW( 0x41, drm_gamma_copy_t)
-
typedef struct drm_gamma_copy {
unsigned int DMAOutputAddress;
unsigned int DMAOutputCount;