Re: [PATCH 1/3] configs: stm32f746-disco: limit resolution to 480x272

2023-09-26 Thread Patrice CHOTARD
On 8/20/23 18:24, Dario Binacchi wrote: > The patch fixes the y-resolution, which was causing the creation of a > framebuffer larger than actually needed, resulting in memory waste. > > Fixes: cc1b0e7b8e55b ("board: Add display to STM32F746 SoC discovery board") > Signed-off-by: Dario Binacchi

Re: [PATCH 1/3] configs: stm32f746-disco: limit resolution to 480x272

2023-08-29 Thread Patrick DELAUNAY
Hi, On 8/20/23 18:24, Dario Binacchi wrote: The patch fixes the y-resolution, which was causing the creation of a framebuffer larger than actually needed, resulting in memory waste. Fixes: cc1b0e7b8e55b ("board: Add display to STM32F746 SoC discovery board") Signed-off-by: Dario Binacchi ---

Re: [PATCH 1/3] configs: stm32f746-disco: limit resolution to 480x272

2023-08-25 Thread Patrice CHOTARD
On 8/20/23 18:24, Dario Binacchi wrote: > The patch fixes the y-resolution, which was causing the creation of a > framebuffer larger than actually needed, resulting in memory waste. > > Fixes: cc1b0e7b8e55b ("board: Add display to STM32F746 SoC discovery board") > Signed-off-by: Dario Binacchi

[PATCH 1/3] configs: stm32f746-disco: limit resolution to 480x272

2023-08-20 Thread Dario Binacchi
The patch fixes the y-resolution, which was causing the creation of a framebuffer larger than actually needed, resulting in memory waste. Fixes: cc1b0e7b8e55b ("board: Add display to STM32F746 SoC discovery board") Signed-off-by: Dario Binacchi --- configs/stm32f746-disco_defconfig | 2 +-