diff options
Diffstat (limited to 'linux-core/savage.h')
-rw-r--r-- | linux-core/savage.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linux-core/savage.h b/linux-core/savage.h index 4fd588c6..f4544f4e 100644 --- a/linux-core/savage.h +++ b/linux-core/savage.h @@ -39,4 +39,8 @@ #define __HAVE_MTRR 1 #define __HAVE_CTX_BITMAP 1 +#define DRIVER_IOCTLS \ + [DRM_IOCTL_NR(DRM_IOCTL_DMA)] = { savage_bci_buffers, 1, 0 }, \ + [DRM_IOCTL_NR(DRM_IOCTL_SAVAGE_BCI_INIT)] = { savage_bci_init, 1, 1 }, + #endif |