From 3903e5ac94c07cf31f0bc24eff5011ef8cc7afba Mon Sep 17 00:00:00 2001 From: Jens Owen Date: Tue, 9 Apr 2002 21:54:56 +0000 Subject: Merged drmcommand-0-0-1 --- linux/gamma_drm.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'linux/gamma_drm.h') diff --git a/linux/gamma_drm.h b/linux/gamma_drm.h index d06763ae..0d58b07b 100644 --- a/linux/gamma_drm.h +++ b/linux/gamma_drm.h @@ -48,6 +48,16 @@ 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; -- cgit v1.2.3