mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-29 18:30:15 +01:00
Connect up r128_ioctls in driver config.
This commit is contained in:
parent
069f53a93b
commit
cca29ac9be
1 changed files with 3 additions and 0 deletions
|
|
@ -60,6 +60,9 @@ static void r128_configure(drm_device_t *dev)
|
|||
/* XXX: Postinit inlined into drm_drv
|
||||
dev->postinit = postinit; */
|
||||
|
||||
dev->driver_ioctls = r128_ioctls;
|
||||
dev->max_driver_ioctl = r128_max_ioctl;
|
||||
|
||||
dev->driver_name = DRIVER_NAME;
|
||||
dev->driver_desc = DRIVER_DESC;
|
||||
dev->driver_date = DRIVER_DATE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue