[go: up one dir, main page]

pub fn get_plane(
    fd: RawFd,
    plane_id: u32,
    formats: Option<&mut Vec<u32>>
) -> Result<drm_mode_get_plane, Error>
Expand description

Get info about a plane.