dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 libdrm 1/2] include/drm: sync up drm.h to 3ff4c24bdb1f
@ 2020-01-31 21:41 Juston Li
  2020-01-31 21:41 ` [PATCH v4 libdrm 2/2] Add drmModeGetFB2 Juston Li
  0 siblings, 1 reply; 8+ messages in thread
From: Juston Li @ 2020-01-31 21:41 UTC (permalink / raw)
  To: dri-devel; +Cc: Juston Li, daniels

Adds DRM_IOCTL_MODE_GETFB2

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>
---
 include/drm/drm.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/drm/drm.h b/include/drm/drm.h
index ab9403397815..c7fd2a35fd7b 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.
-- 
2.21.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-02-13  4:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-31 21:41 [PATCH v4 libdrm 1/2] include/drm: sync up drm.h to 3ff4c24bdb1f Juston Li
2020-01-31 21:41 ` [PATCH v4 libdrm 2/2] Add drmModeGetFB2 Juston Li
2020-02-05 22:25   ` Eric Engestrom
2020-02-05 23:10     ` Li, Juston
2020-02-05 23:27       ` Eric Engestrom
2020-02-06 17:46         ` Li, Juston
2020-02-11 12:21           ` Eric Engestrom
2020-02-13  4:32             ` Daniel Stone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox