summaryrefslogtreecommitdiff
path: root/shared-core/drm.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2000-12-30 23:28:53 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2000-12-30 23:28:53 +0000
commitc7c6156aecdee2838dd0e193a3d529ecbb797ae7 (patch)
tree1150ba14a500c5329f8e3f1156c1776afa95b4c7 /shared-core/drm.h
parentb19c44e4fe01db3efe72e6a130bbd49af151ee95 (diff)
add blit ioctl, fix plnwt handling
Diffstat (limited to 'shared-core/drm.h')
-rw-r--r--shared-core/drm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/drm.h b/shared-core/drm.h
index 20691ccf..cdc058af 100644
--- a/shared-core/drm.h
+++ b/shared-core/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)