Searched defs:drm_framebuffer (Results 1 – 1 of 1) sorted by relevance
240 struct drm_framebuffer { struct254 const struct drm_framebuffer_funcs *funcs; argument255 unsigned int pitches[4];256 unsigned int offsets[4];257 unsigned int width;258 unsigned int height;260 unsigned int depth;261 int bits_per_pixel;262 int flags;263 uint32_t pixel_format; /* fourcc format */[all …]