diff options
author | Jeff Hartmann <jhartmann@valinux.com> | 2001-02-21 15:48:40 +0000 |
---|---|---|
committer | Jeff Hartmann <jhartmann@valinux.com> | 2001-02-21 15:48:40 +0000 |
commit | 89daf2d5ab8626b9287687a6b81da9d682520856 (patch) | |
tree | e1bbf2f28e7793df5069f86d8135baf3a27c312c /shared/drm.h | |
parent | ba3a1aa6b68e62513f5a61fa46adcf4b25f9f21d (diff) |
Initial gamma kernel initialization routine, not done just yet
Diffstat (limited to 'shared/drm.h')
-rw-r--r-- | shared/drm.h | 4 |
1 files changed, 4 insertions, 0 deletions
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) |