Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_framebuffer.h109 struct drm_framebuffer { struct
131 const struct drm_framebuffer_funcs *funcs; argument
136 unsigned int pitches[4];
154 unsigned int offsets[4];
161 uint64_t modifier;
166 unsigned int width;
171 unsigned int height;
176 int flags;
202 #define obj_to_fb(x) container_of(x, struct drm_framebuffer, base) argument