diff options
author | Juston Li <juston.li@intel.com> | 2020-02-11 12:19:15 -0800 |
---|---|---|
committer | Daniel Stone <daniels@collabora.com> | 2020-02-12 10:23:44 +1100 |
commit | 63d914d47904f0089225fa481afd10e10a0315be (patch) | |
tree | afbc1f138c0d64ca0ece02c7b32027f8b63d8725 /include | |
parent | 5c8ff5773298bd88b4133ebee2ceeaf193228b52 (diff) | |
download | libdrm-63d914d47904f0089225fa481afd10e10a0315be.tar.gz libdrm-63d914d47904f0089225fa481afd10e10a0315be.tar.bz2 libdrm-63d914d47904f0089225fa481afd10e10a0315be.zip |
include/drm: sync up drm.h
a) delta: Adds DRM_IOCTL_MODE_GETFB2
b) Generated using make headers_install
c) Taken from drm-next-misc:
commit 3ff4c24bdb1f494c217c80348f9db4896043ed81
Author: Lyude Paul <lyude@redhat.com>
Date: Fri Jan 17 17:47:48 2020 -0500
drm/dp_mst: Fix indenting in drm_dp_mst_topology_mgr_set_mst()
Signed-off-by: Juston Li <juston.li@intel.com>
Acked-by: Eric Engestrom <eric@engestrom.ch>
Diffstat (limited to 'include')
-rw-r--r-- | include/drm/drm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/drm.h b/include/drm/drm.h index ab940339..c7fd2a35 100644 --- a/include/drm/drm.h +++ b/include/drm/drm.h @@ -942,6 +942,8 @@ extern "C" { #define DRM_IOCTL_SYNCOBJ_TRANSFER DRM_IOWR(0xCC, struct drm_syncobj_transfer) #define DRM_IOCTL_SYNCOBJ_TIMELINE_SIGNAL DRM_IOWR(0xCD, struct drm_syncobj_timeline_array) +#define DRM_IOCTL_MODE_GETFB2 DRM_IOWR(0xCE, struct drm_mode_fb_cmd2) + /** * Device specific ioctls should only be in their respective headers * The device specific ioctl range is from 0x40 to 0x9f. |