Re: [PATCH] remoteproc: mediatek: Increase MT8188 SCP core0 DRAM size

2024-06-26 Thread 陳建豪
Hi Mathieu, Sorry for the late response. On Mon, 2024-06-10 at 10:34 -0600, Mathieu Poirier wrote: > > External email : Please do not click links or open attachments until > you have verified the sender or the content. > On Thu, Jun 06, 2024 at 01:00:11PM +0200, AngeloGioacchino Del Regn

Re: [PATCH] remoteproc: mediatek: Increase MT8188 SCP core0 DRAM size

2024-06-10 Thread Mathieu Poirier
On Thu, Jun 06, 2024 at 01:00:11PM +0200, AngeloGioacchino Del Regno wrote: > Il 06/06/24 11:06, jason-ch chen ha scritto: > > From: Jason Chen > > > > Increase MT8188 SCP core0 DRAM size for HEVC driver. This is telling me _what_ gets done rather than _why_ it gets done. > > > > so the s

Re: [PATCH] remoteproc: mediatek: Increase MT8188 SCP core0 DRAM size

2024-06-06 Thread AngeloGioacchino Del Regno
Il 06/06/24 11:06, jason-ch chen ha scritto: From: Jason Chen Increase MT8188 SCP core0 DRAM size for HEVC driver. so the second core only gets a maximum of 0x20 of SRAM? I'm not sure how useful is the secondary SCP core, at this point, with so little available SRAM but... okay, as y

[PATCH] remoteproc: mediatek: Increase MT8188 SCP core0 DRAM size

2024-06-06 Thread jason-ch chen
From: Jason Chen Increase MT8188 SCP core0 DRAM size for HEVC driver. Signed-off-by: Jason Chen --- drivers/remoteproc/mtk_scp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/remoteproc/mtk_scp.c b/drivers/remoteproc/mtk_scp.c index b885a9a041e4..2119fc62c3f2 1006