summaryrefslogtreecommitdiff
path: root/linux-core/drmP.h
diff options
context:
space:
mode:
authorMichel Dänzer <michel@tungstengraphics.com>2006-08-23 16:05:47 +0200
committerMichel Dänzer <michel@tungstengraphics.com>2006-09-28 15:41:35 +0200
commit98a89504589427a76c3f5cfa2266962a1a212672 (patch)
tree70bb21139ec01551c7dec55ce8e32d14e881def8 /linux-core/drmP.h
parentaf48be1096221d551319c67a9e782b50ef58fefd (diff)
Hook up DRM_IOCTL_UPDATE_DRAW ioctl.
Diffstat (limited to 'linux-core/drmP.h')
-rw-r--r--linux-core/drmP.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-core/drmP.h b/linux-core/drmP.h
index 8ccbed4f..5c9644e0 100644
--- a/linux-core/drmP.h
+++ b/linux-core/drmP.h
@@ -931,6 +931,8 @@ extern int drm_adddraw(struct inode *inode, struct file *filp,
unsigned int cmd, unsigned long arg);
extern int drm_rmdraw(struct inode *inode, struct file *filp,
unsigned int cmd, unsigned long arg);
+extern int drm_update_drawable_info(struct inode *inode, struct file *filp,
+ unsigned int cmd, unsigned long arg);
extern drm_drawable_info_t *drm_get_drawable_info(drm_device_t *dev,
drm_drawable_t id);