Searched defs:drm_framebuffer (Results 1 – 2 of 2) 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
117 struct drm_framebuffer { struct121 struct drm_device *dev;145 const struct drm_framebuffer_funcs *funcs; argument150 unsigned int pitches[4];168 unsigned int offsets[4];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