Searched defs:drm_framebuffer (Results 1 – 1 of 1) sorted by relevance
183 struct drm_framebuffer { struct201 const struct drm_framebuffer_funcs *funcs; argument202 unsigned int pitches[4];203 unsigned int offsets[4];204 uint64_t modifier[4];205 unsigned int width;206 unsigned int height;208 unsigned int depth;209 int bits_per_pixel;210 int flags;[all …]