Home
last modified time | relevance | path

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

/Linux-v4.19/include/drm/
Ddrm_framebuffer.h109 struct drm_framebuffer { struct
113 struct drm_device *dev;
137 const struct drm_framebuffer_funcs *funcs; argument
142 unsigned int pitches[4];
160 unsigned int offsets[4];
167 uint64_t modifier;
172 unsigned int width;
177 unsigned int height;
182 int flags;
208 #define obj_to_fb(x) container_of(x, struct drm_framebuffer, base) argument