diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2000-12-30 23:28:53 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2000-12-30 23:28:53 +0000 |
commit | c7c6156aecdee2838dd0e193a3d529ecbb797ae7 (patch) | |
tree | 1150ba14a500c5329f8e3f1156c1776afa95b4c7 /shared/drm.h | |
parent | b19c44e4fe01db3efe72e6a130bbd49af151ee95 (diff) |
add blit ioctl, fix plnwt handling
Diffstat (limited to 'shared/drm.h')
-rw-r--r-- | shared/drm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/drm.h b/shared/drm.h index 20691ccf..cdc058af 100644 --- a/shared/drm.h +++ b/shared/drm.h @@ -350,6 +350,7 @@ typedef struct drm_agp_info { #define DRM_IOCTL_MGA_VERTEX DRM_IOW( 0x44, drm_mga_vertex_t) #define DRM_IOCTL_MGA_FLUSH DRM_IOW( 0x45, drm_lock_t ) #define DRM_IOCTL_MGA_INDICES DRM_IOW( 0x46, drm_mga_indices_t) +#define DRM_IOCTL_MGA_BLIT DRM_IOW( 0x47, drm_mga_blit_t) /* I810 specific ioctls */ #define DRM_IOCTL_I810_INIT DRM_IOW( 0x40, drm_i810_init_t) |