Function drm_sys::drmModeAddFB [] [src]

pub unsafe extern fn drmModeAddFB(
    fd: c_int,
    width: u32,
    height: u32,
    depth: u8,
    bpp: u8,
    pitch: u32,
    bo_handle: u32,
    buf_id: *mut u32
) -> c_int