drm/lease: allow empty leases
[sfrench/cifs-2.6.git] / include / uapi / drm / drm_mode.h
index e4a2570a60584cc500f3dbee3cfdca20c308f48e..e1e351682872ebb381cc55dc250e79606159a993 100644 (file)
@@ -1112,7 +1112,8 @@ struct drm_mode_destroy_blob {
  * Lease mode resources, creating another drm_master.
  *
  * The @object_ids array must reference at least one CRTC, one connector and
- * one plane if &DRM_CLIENT_CAP_UNIVERSAL_PLANES is enabled.
+ * one plane if &DRM_CLIENT_CAP_UNIVERSAL_PLANES is enabled. Alternatively,
+ * the lease can be completely empty.
  */
 struct drm_mode_create_lease {
        /** @object_ids: Pointer to array of object ids (__u32) */