Constant DRM_CAP_PRIME

Source
pub const DRM_CAP_PRIME: DrmCap;
Expand description

Bitfield of supported PRIME sharing capabilities. See DRM_PRIME_CAP_IMPORT and DRM_PRIME_CAP_EXPORT.

Starting from kernel version 6.6, both DRM_PRIME_CAP_IMPORT and DRM_PRIME_CAP_EXPORT are always advertised.

PRIME buffers are exposed as dma-buf file descriptors.