drm/fence: add out-fences support
[linux-drm-fsl-dcu.git] / include / drm / drm_mode_config.h
index c6754ccefe2b6662909f56860eb4505d643d1903..bf9991b20611a666d05445152d587446c5a834f5 100644 (file)
@@ -485,6 +485,12 @@ struct drm_mode_config {
         * for a Plane.
         */
        struct drm_property *prop_in_fence_fd;
+       /**
+        * @prop_out_fence_ptr: Sync File fd pointer representing the
+        * outgoing fences for a CRTC. Userspace should provide a pointer to a
+        * value of type s64, and then cast that pointer to u64.
+        */
+       struct drm_property *prop_out_fence_ptr;
        /**
         * @prop_crtc_id: Default atomic plane property to specify the
         * &drm_crtc.