diff options
author | Dave Airlie <airlied@redhat.com> | 2009-09-15 09:03:43 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-09-15 09:03:43 +1000 |
commit | 70ba2a374704e00df8868a7ac3d7350329d28924 (patch) | |
tree | a9582dee5f7401edf2026ed2dd7ab70f5737127c /drivers/gpu/drm/radeon/radeon_drv.h | |
parent | 4aac047323e3082d0866b8ad3784236632105af4 (diff) | |
download | blackbird-op-linux-70ba2a374704e00df8868a7ac3d7350329d28924.tar.gz blackbird-op-linux-70ba2a374704e00df8868a7ac3d7350329d28924.zip |
drm/radeon/kms: add 32/64 ioctl support.
Although the new radeon driver ioctls don't need this, some of
the drm initialisation ioctls require it, so add this to make them
work.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_drv.h')
-rw-r--r-- | drivers/gpu/drm/radeon/radeon_drv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_drv.h b/drivers/gpu/drm/radeon/radeon_drv.h index c7b185924f6c..bc79ad6199bc 100644 --- a/drivers/gpu/drm/radeon/radeon_drv.h +++ b/drivers/gpu/drm/radeon/radeon_drv.h @@ -471,6 +471,8 @@ extern int radeon_driver_open(struct drm_device *dev, struct drm_file *file_priv); extern long radeon_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg); +extern long radeon_kms_compat_ioctl(struct file *filp, unsigned int cmd, + unsigned long arg); extern int radeon_master_create(struct drm_device *dev, struct drm_master *master); extern void radeon_master_destroy(struct drm_device *dev, struct drm_master *master); |