summaryrefslogtreecommitdiff
path: root/shared-core
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2008-05-08 14:01:24 +1000
committerDave Airlie <airlied@linux.ie>2008-05-08 14:02:05 +1000
commited072ed075ec431b0746ac1aa8bad5f687d75d8c (patch)
treeec69b2280384472f8111f1ca0831390e7ac2df03 /shared-core
parentdf46e0691bdd62da8ccc6b3811f57731dd5a2a4b (diff)
drm_mode: initial replacefb implemenation
Diffstat (limited to 'shared-core')
-rw-r--r--shared-core/drm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-core/drm.h b/shared-core/drm.h
index c847b4ef..eb2033c7 100644
--- a/shared-core/drm.h
+++ b/shared-core/drm.h
@@ -1276,6 +1276,7 @@ struct drm_mode_hotplug {
#define DRM_IOCTL_MODE_HOTPLUG DRM_IOWR(0xAD, struct drm_mode_hotplug)
#define DRM_IOCTL_WAIT_HOTPLUG DRM_IOWR(0xAE, union drm_wait_hotplug)
+#define DRM_IOCTL_MODE_REPLACEFB DRM_IOWR(0xAF, struct drm_mode_fb_cmd)
/*@}*/
/**