Searched defs:drm_framebuffer (Results 1 – 1 of 1) sorted by relevance
119 struct drm_framebuffer { struct123 struct drm_device *dev;147 const struct drm_framebuffer_funcs *funcs; argument152 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