Searched defs:drm_mode_create_dumb (Results 1 – 1 of 1) sorted by relevance
416 struct drm_mode_create_dumb { struct417 uint32_t height;418 uint32_t width;419 uint32_t bpp;420 uint32_t flags;422 uint32_t handle;423 uint32_t pitch;424 uint64_t size;