summaryrefslogtreecommitdiff
path: root/linux/gamma_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux/gamma_context.h')
-rw-r--r--linux/gamma_context.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/linux/gamma_context.h b/linux/gamma_context.h
index d11b507f..0358f679 100644
--- a/linux/gamma_context.h
+++ b/linux/gamma_context.h
@@ -490,3 +490,17 @@ int DRM(rmctx)(struct inode *inode, struct file *filp,
return 0;
}
+void DRM(ctxbitmap_free)( drm_device_t *dev, int ctx_handle )
+{
+
+}
+
+void DRM(ctxbitmap_cleanup)( drm_device_t *dev )
+{
+
+}
+
+int DRM(ctxbitmap_init)( drm_device_t *dev )
+{
+ return 0;
+}