From c7c6156aecdee2838dd0e193a3d529ecbb797ae7 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Sat, 30 Dec 2000 23:28:53 +0000 Subject: add blit ioctl, fix plnwt handling --- linux/drm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'linux/drm.h') diff --git a/linux/drm.h b/linux/drm.h index 20691ccf..cdc058af 100644 --- a/linux/drm.h +++ b/linux/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) -- cgit v1.2.3