Re: [PATCH v2] drm: lcdif: change burst size to 256B

2022-11-01 Thread Marek Vasut
On 11/1/22 17:46, Marco Felsch wrote: If a axi bus master with a higher priority do a lot of memory access FIFO underruns can be inspected. Increase the burst size to 256B to avoid such underruns and to improve the memory access efficiency. Fixes: 9db35bb349a0 ("drm: lcdif: Add support for i.MX8

[PATCH v2] drm: lcdif: change burst size to 256B

2022-11-01 Thread Marco Felsch
If a axi bus master with a higher priority do a lot of memory access FIFO underruns can be inspected. Increase the burst size to 256B to avoid such underruns and to improve the memory access efficiency. Fixes: 9db35bb349a0 ("drm: lcdif: Add support for i.MX8MP LCDIF variant") Signed-off-by: Marco