diff options
Diffstat (limited to 'shared-core')
-rw-r--r-- | shared-core/r128_state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/r128_state.c b/shared-core/r128_state.c index adf78c3a..b02a47e4 100644 --- a/shared-core/r128_state.c +++ b/shared-core/r128_state.c @@ -38,7 +38,7 @@ * 2.4 - Add support for ycbcr textures (no new ioctls) * 2.5 - Add FLIP ioctl, disable FULLSCREEN. */ -static drm_ioctl_desc_t r128_ioctls[] = { +drm_ioctl_desc_t r128_ioctls[] = { [DRM_IOCTL_NR(DRM_R128_INIT)] = {r128_cce_init, 1, 1}, [DRM_IOCTL_NR(DRM_R128_CCE_START)] = {r128_cce_start, 1, 1}, [DRM_IOCTL_NR(DRM_R128_CCE_STOP)] = {r128_cce_stop, 1, 1}, |