Available on crate features
staging
and server
only.Expand description
a DRM lease
A DRM lease object is used to transfer the DRM file descriptor to the client and manage the lifetime of the lease.
Some time after the wp_drm_lease_v1 object is created, the compositor will reply with the lease request’s result. If the lease request is granted, the compositor will send a lease_fd event. If the lease request is denied, the compositor will send a finished event without a lease_fd event.
Structs§
- WpDrm
Lease V1 - a DRM lease
Enums§
Constants§
- EVT_
FINISHED_ OPCODE - The wire opcode for this event
- EVT_
FINISHED_ SINCE - The minimal object version supporting this event
- EVT_
LEASE_ FD_ OPCODE - The wire opcode for this event
- EVT_
LEASE_ FD_ SINCE - The minimal object version supporting this event
- REQ_
DESTROY_ OPCODE - The wire opcode for this request
- REQ_
DESTROY_ SINCE - The minimal object version supporting this request