[igt-dev] [PATCH i-g-t 2/3] NOMERGE: include: Add getfb2 ioctl
Daniel Stone
daniels at collabora.com
Fri Mar 30 15:49:27 UTC 2018
Not yet actually merged to an actual kernel tree.
---
include/drm-uapi/drm.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/drm-uapi/drm.h b/include/drm-uapi/drm.h
index f0bd91de..c0a35878 100644
--- a/include/drm-uapi/drm.h
+++ b/include/drm-uapi/drm.h
@@ -886,6 +886,7 @@ extern "C" {
#define DRM_IOCTL_MODE_LIST_LESSEES DRM_IOWR(0xC7, struct drm_mode_list_lessees)
#define DRM_IOCTL_MODE_GET_LEASE DRM_IOWR(0xC8, struct drm_mode_get_lease)
#define DRM_IOCTL_MODE_REVOKE_LEASE DRM_IOWR(0xC9, struct drm_mode_revoke_lease)
+#define DRM_IOCTL_MODE_GETFB2 DRM_IOWR(0xCA, struct drm_mode_fb_cmd2)
/**
* Device specific ioctls should only be in their respective headers
--
2.17.0.rc1
More information about the igt-dev
mailing list