Re: [U-Boot] [PATCH] video: ipuv3: Set max display bpp to 32

2019-05-20 Thread Anatolij Gustschin
On Mon, 6 May 2019 01:11:32 +0200 Marek Vasut ma...@denx.de wrote: > The IPUv3 can handle 1920x1080x32bpp displays , set the max preallocated > framebuffer BPP to 32 to cater for all eventualities. > > Signed-off-by: Marek Vasut > Cc: Anatolij Gustschin > --- > drivers/video/imx/mxc_ipuv3_fb.

[U-Boot] [PATCH] video: ipuv3: Set max display bpp to 32

2019-05-05 Thread Marek Vasut
The IPUv3 can handle 1920x1080x32bpp displays , set the max preallocated framebuffer BPP to 32 to cater for all eventualities. Signed-off-by: Marek Vasut Cc: Anatolij Gustschin --- drivers/video/imx/mxc_ipuv3_fb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video