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

2022-07-26 Thread Marco Felsch
FIFO underruns are seen if a AXI bus master with a higher priority do a lot of memory access. Increase the burst size to 256B to avoid such underruns and to improve the memory access efficiency. Signed-off-by: Marco Felsch --- drivers/gpu/drm/mxsfb/lcdif_kms.c | 16 ++-- drivers/gpu

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

2022-10-26 Thread Marek Vasut
On 7/26/22 11:43, Marco Felsch wrote: FIFO underruns are seen if a AXI bus master with a higher priority do a lot of memory access. Increase the burst size to 256B to avoid such underruns and to improve the memory access efficiency. Signed-off-by: Marco Felsch Uh, this fell through the cracks

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

2022-10-27 Thread Marco Felsch
Hi Marek, On 22-10-26, Marek Vasut wrote: > On 7/26/22 11:43, Marco Felsch wrote: > > FIFO underruns are seen if a AXI bus master with a higher priority do a > > lot of memory access. Increase the burst size to 256B to avoid such > > underruns and to improve the memory access efficiency. > > > >

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

2022-10-27 Thread Marek Vasut
On 10/27/22 10:04, Marco Felsch wrote: Hi Marek, Hi, On 22-10-26, Marek Vasut wrote: On 7/26/22 11:43, Marco Felsch wrote: FIFO underruns are seen if a AXI bus master with a higher priority do a lot of memory access. Increase the burst size to 256B to avoid such underruns and to improve the

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

2022-10-27 Thread Marco Felsch
On 22-10-27, Marek Vasut wrote: > On 10/27/22 10:04, Marco Felsch wrote: > > Hi Marek, > > Hi, > > > On 22-10-26, Marek Vasut wrote: > > > On 7/26/22 11:43, Marco Felsch wrote: > > > > FIFO underruns are seen if a AXI bus master with a higher priority do a > > > > lot of memory access. Increase t

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

2022-07-26 Thread Marek Vasut
On 7/26/22 11:43, Marco Felsch wrote: FIFO underruns are seen if a AXI bus master with a higher priority do a lot of memory access. Increase the burst size to 256B to avoid such underruns and to improve the memory access efficiency. Sigh, this again ... diff --git a/drivers/gpu/drm/mxsfb/lcdi

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

2022-07-26 Thread Liu Ying
On Tue, 2022-07-26 at 16:19 +0200, Marek Vasut wrote: > On 7/26/22 11:43, Marco Felsch wrote: > > FIFO underruns are seen if a AXI bus master with a higher priority > > do a > > lot of memory access. Increase the burst size to 256B to avoid such > > underruns and to improve the memory access effici

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

2022-07-26 Thread Marco Felsch
Hi Marek, Liu, On 22-07-26, Liu Ying wrote: > On Tue, 2022-07-26 at 16:19 +0200, Marek Vasut wrote: > > On 7/26/22 11:43, Marco Felsch wrote: > > > FIFO underruns are seen if a AXI bus master with a higher priority > > > do a > > > lot of memory access. Increase the burst size to 256B to avoid suc

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

2022-07-27 Thread Marek Vasut
On 7/27/22 05:56, Marco Felsch wrote: Hi Marek, Liu, Hi, On 22-07-26, Liu Ying wrote: On Tue, 2022-07-26 at 16:19 +0200, Marek Vasut wrote: On 7/26/22 11:43, Marco Felsch wrote: FIFO underruns are seen if a AXI bus master with a higher priority do a lot of memory access. Increase the burst

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

2022-07-28 Thread Marco Felsch
On 22-07-28, Liu Ying wrote: > On Wed, 2022-07-27 at 05:56 +0200, Marco Felsch wrote: > > Hi Marek, Liu, > > > > On 22-07-26, Liu Ying wrote: > > > On Tue, 2022-07-26 at 16:19 +0200, Marek Vasut wrote: > > > > On 7/26/22 11:43, Marco Felsch wrote: > > > > > FIFO underruns are seen if a AXI bus mas

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

2022-07-28 Thread Marco Felsch
On 22-07-28, Marco Felsch wrote: > On 22-07-28, Liu Ying wrote: > > On Wed, 2022-07-27 at 05:56 +0200, Marco Felsch wrote: > > > Hi Marek, Liu, > > > > > > On 22-07-26, Liu Ying wrote: > > > > On Tue, 2022-07-26 at 16:19 +0200, Marek Vasut wrote: > > > > > On 7/26/22 11:43, Marco Felsch wrote: > >