summaryrefslogtreecommitdiff
path: root/include/drm/drm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/drm.h')
-rw-r--r--include/drm/drm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/drm/drm.h b/include/drm/drm.h
index e3f46e0cb7dc..9b2244397ca3 100644
--- a/include/drm/drm.h
+++ b/include/drm/drm.h
@@ -629,6 +629,9 @@ struct drm_gem_open {
#define DRM_IOCTL_GEM_FLINK DRM_IOWR(0x0a, struct drm_gem_flink)
#define DRM_IOCTL_GEM_OPEN DRM_IOWR(0x0b, struct drm_gem_open)
+#define DRM_IOCTL_RENDER_NODE_CREATE DRM_IOWR(0x0c, struct drm_render_node_create)
+#define DRM_IOCTL_RENDER_NODE_REMOVE DRM_IOWR(0x0d, struct drm_render_node_remove)
+
#define DRM_IOCTL_SET_UNIQUE DRM_IOW( 0x10, struct drm_unique)
#define DRM_IOCTL_AUTH_MAGIC DRM_IOW( 0x11, struct drm_auth)
#define DRM_IOCTL_BLOCK DRM_IOWR(0x12, struct drm_block)