Searched defs:drm_framebuffer (Results 1 – 1 of 1) sorted by relevance
237 struct drm_framebuffer { struct241 const struct drm_framebuffer_funcs *funcs; argument242 unsigned int pitches[4];243 unsigned int offsets[4];244 unsigned int width;245 unsigned int height;247 unsigned int depth;248 int bits_per_pixel;249 int flags;250 uint32_t pixel_format; /* fourcc format */[all …]