Home
last modified time | relevance | path

Searched defs:drm_framebuffer (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/include/drm/
Ddrm_crtc.h237 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 */
[all …]