Lines Matching defs:drm_framebuffer
120 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;
188 unsigned int height;
193 int flags;
197 unsigned int internal_flags;
223 #define obj_to_fb(x) container_of(x, struct drm_framebuffer, base) argument