Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_framebuffer.h119 struct drm_framebuffer { struct
123 struct drm_device *dev;
147 const struct drm_framebuffer_funcs *funcs; argument
152 unsigned int pitches[4];
170 unsigned int offsets[4];
177 uint64_t modifier;
182 unsigned int width;
187 unsigned int height;
192 int flags;
218 #define obj_to_fb(x) container_of(x, struct drm_framebuffer, base) argument