Searched defs:drm_framebuffer (Results 1 – 1 of 1) sorted by relevance
109 struct drm_framebuffer { struct113 struct drm_device *dev;137 const struct drm_framebuffer_funcs *funcs; argument142 unsigned int pitches[4];160 unsigned int offsets[4];167 uint64_t modifier;172 unsigned int width;177 unsigned int height;182 int flags;208 #define obj_to_fb(x) container_of(x, struct drm_framebuffer, base) argument