Searched defs:drm_framebuffer (Results 1 – 1 of 1) sorted by relevance
185 struct drm_framebuffer { struct203 const struct drm_framebuffer_funcs *funcs; argument204 unsigned int pitches[4];205 unsigned int offsets[4];206 uint64_t modifier[4];207 unsigned int width;208 unsigned int height;210 unsigned int depth;211 int bits_per_pixel;212 int flags;[all …]