diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2001-11-06 15:12:46 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2001-11-06 15:12:46 +0000 |
commit | 033825e9727de292b7657155d08138a49804fe26 (patch) | |
tree | b2b01207264435d3867f8314b34cb7913863c5e3 /linux/drm.h | |
parent | eef8c85f8d09956857e329e45aba8dd9e508eb3b (diff) |
Reimplement 3.5 features in a backwards-compatible way. Untested.
Diffstat (limited to 'linux/drm.h')
-rw-r--r-- | linux/drm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drm.h b/linux/drm.h index 0d2d762d..c3f05c71 100644 --- a/linux/drm.h +++ b/linux/drm.h @@ -485,6 +485,7 @@ typedef struct drm_scatter_gather { #define DRM_IOCTL_RADEON_STIPPLE DRM_IOW( 0x4c, drm_radeon_stipple_t) #define DRM_IOCTL_RADEON_INDIRECT DRM_IOWR(0x4d, drm_radeon_indirect_t) #define DRM_IOCTL_RADEON_TEXTURE DRM_IOWR(0x4e, drm_radeon_texture_t) +#define DRM_IOCTL_RADEON_VERTEX2 DRM_IOW( 0x4f, drm_radeon_vertex_t) /* Gamma specific ioctls */ #define DRM_IOCTL_GAMMA_INIT DRM_IOW( 0x40, drm_gamma_init_t) |