Lines Matching defs:drm_framebuffer
237 struct drm_framebuffer { struct
241 const struct drm_framebuffer_funcs *funcs; argument
242 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 */
251 struct list_head filp_head;
253 void *helper_private;