Searched defs:drm_framebuffer (Results 1 – 1 of 1) sorted by relevance
117 struct drm_framebuffer { struct121 struct drm_device *dev;145 const struct drm_framebuffer_funcs *funcs; argument150 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