Hi Ville,
Thank you for the patch.
On Friday 18 Nov 2016 21:52:55 ville.syrjala at linux.intel.com wrote:
> From: Ville Syrjälä
>
> To avoid having to look up the format information struct every time,
> let's just store a pointer to it under drm_framebuffer.
>
> v2: Don't populate the fb->fo
From: Ville Syrjälä
To avoid having to look up the format information struct every time,
let's just store a pointer to it under drm_framebuffer.
v2: Don't populate the fb->format pointer in drm_framebuffer_init().
instead we'll treat a NULL format as an error later
Cc: Laurent Pinchart
S