Lines Matching defs:drm_framebuffer
183 struct drm_framebuffer { struct
201 const struct drm_framebuffer_funcs *funcs; argument
202 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;
211 uint32_t pixel_format; /* fourcc format */
212 struct list_head filp_head;
214 void *helper_private;