On Fri, Aug 31, 2018 at 10:17:30AM +0200, Daniel Vetter wrote:
On Thu, Aug 23, 2018 at 04:23:41PM +0100, Brian Starkey wrote:
> unsigned int min_size;You might want to pass info here instead of fb->format because fb is
> + u8 bpp = drm_format_info_plane_bpp(fb->format, i);
NULL. ie drm_format_info_plane_bpp(info, i);