Searched defs:drm_framebuffer (Results 1 – 2 of 2) sorted by relevance
120 struct drm_framebuffer { struct124 struct drm_device *dev;148 const struct drm_framebuffer_funcs *funcs; argument153 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;[all …]
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