|
@@ -121,6 +121,10 @@ struct drm_framebuffer {
|
|
* @base: base modeset object structure, contains the reference count.
|
|
* @base: base modeset object structure, contains the reference count.
|
|
*/
|
|
*/
|
|
struct drm_mode_object base;
|
|
struct drm_mode_object base;
|
|
|
|
+ /**
|
|
|
|
+ * @format: framebuffer format information
|
|
|
|
+ */
|
|
|
|
+ const struct drm_format_info *format;
|
|
/**
|
|
/**
|
|
* @funcs: framebuffer vfunc table
|
|
* @funcs: framebuffer vfunc table
|
|
*/
|
|
*/
|