Home
last modified time | relevance | path

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

/linux/include/drm/
H A Ddrm_framebuffer.h120 struct drm_framebuffer { struct
124 struct drm_device *dev;
148 const struct drm_framebuffer_funcs *funcs; argument
153 unsigned int pitches[DRM_FORMAT_MAX_PLANES];
171 unsigned int offsets[DRM_FORMAT_MAX_PLANES];
178 uint64_t modifier;
183 unsigned int width;
211 #define obj_to_fb(x) container_of(x, struct drm_framebuffer, base) argument