Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/
H A Ddrm_framebuffer.h117 struct drm_framebuffer { struct
121 struct drm_device *dev;
145 const struct drm_framebuffer_funcs *funcs; argument
150 unsigned int pitches[DRM_FORMAT_MAX_PLANES];
168 unsigned int offsets[DRM_FORMAT_MAX_PLANES];
175 uint64_t modifier;
180 unsigned int width;
185 unsigned int height;
190 int flags;
216 #define obj_to_fb(x) container_of(x, struct drm_framebuffer, base) argument