Linux-remoteproc Archive mirror
 help / color / mirror / Atom feed
* [PATCH] remoteproc: mediatek: Increase MT8188 SCP core0 DRAM size
@ 2024-06-06  9:06 jason-ch chen
  2024-06-06 11:00 ` AngeloGioacchino Del Regno
  0 siblings, 1 reply; 4+ messages in thread
From: jason-ch chen @ 2024-06-06  9:06 UTC (permalink / raw)
  To: Bjorn Andersson, Mathieu Poirier, Matthias Brugger,
	AngeloGioacchino Del Regno
  Cc: Project_Global_Chrome_Upstream_Group, linux-remoteproc,
	linux-kernel, linux-arm-kernel, linux-mediatek, Jason Chen

From: Jason Chen <Jason-ch.Chen@mediatek.com>

Increase MT8188 SCP core0 DRAM size for HEVC driver.

Signed-off-by: Jason Chen <Jason-ch.Chen@mediatek.com>
---
 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 100644
--- a/drivers/remoteproc/mtk_scp.c
+++ b/drivers/remoteproc/mtk_scp.c
@@ -1390,7 +1390,7 @@ static const struct mtk_scp_sizes_data default_scp_sizes = {
 };
 
 static const struct mtk_scp_sizes_data mt8188_scp_sizes = {
-	.max_dram_size = 0x500000,
+	.max_dram_size = 0x800000,
 	.ipi_share_buffer_size = 600,
 };
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-06-27  2:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-06  9:06 [PATCH] remoteproc: mediatek: Increase MT8188 SCP core0 DRAM size jason-ch chen
2024-06-06 11:00 ` AngeloGioacchino Del Regno
2024-06-10 16:34   ` Mathieu Poirier
2024-06-27  2:31     ` Jason-ch Chen (陳建豪)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).