Searched defs:drm_framebuffer (Results 1 – 1 of 1) sorted by relevance
242 struct drm_framebuffer { struct256 const struct drm_framebuffer_funcs *funcs; argument257 unsigned int pitches[4];258 unsigned int offsets[4];259 unsigned int width;260 unsigned int height;262 unsigned int depth;263 int bits_per_pixel;264 int flags;265 uint32_t pixel_format; /* fourcc format */[all …]