From 89daf2d5ab8626b9287687a6b81da9d682520856 Mon Sep 17 00:00:00 2001 From: Jeff Hartmann Date: Wed, 21 Feb 2001 15:48:40 +0000 Subject: Initial gamma kernel initialization routine, not done just yet --- shared/drm.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shared/drm.h') diff --git a/shared/drm.h b/shared/drm.h index 89ca74ad..6d366e7a 100644 --- a/shared/drm.h +++ b/shared/drm.h @@ -88,6 +88,7 @@ typedef struct drm_tex_region { #include "i810_drm.h" #include "r128_drm.h" #include "radeon_drm.h" +#include "gamma_drm.h" #ifdef CONFIG_DRM_SIS #include "sis_drm.h" #endif @@ -402,6 +403,9 @@ typedef struct drm_agp_info { #define DRM_IOCTL_AGP_BIND DRM_IOW( 0x36, drm_agp_binding_t) #define DRM_IOCTL_AGP_UNBIND DRM_IOW( 0x37, drm_agp_binding_t) +/* Gamma specific ioctls */ +#define DRM_IOCTL_GAMMA_INIT DRM_IOW( 0x40, drm_gamma_init_t) + /* MGA specific ioctls */ #define DRM_IOCTL_MGA_INIT DRM_IOW( 0x40, drm_mga_init_t) #define DRM_IOCTL_MGA_FLUSH DRM_IOW( 0x41, drm_lock_t) -- cgit v1.2.3