dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] Add GCE support for MT8196 (series 1/4)
@ 2025-10-31 15:56 Jason-JH Lin
  2025-10-31 15:56 ` [PATCH 1/9] arm64: dts: mediatek: Add GCE header for MT8196 Jason-JH Lin
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Jason-JH Lin @ 2025-10-31 15:56 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Jassi Brar,
	Chun-Kuang Hu, AngeloGioacchino Del Regno, Mauro Carvalho Chehab
  Cc: Matthias Brugger, Nicolas Dufresne, Jason-JH Lin, Nancy Lin,
	Singo Chang, Paul-PL Chen, Moudy Ho, Xiandong Wang, Sirius Wang,
	Fei Shao, Chen-yu Tsai, Project_Global_Chrome_Upstream_Group,
	devicetree, linux-kernel, dri-devel, linux-mediatek,
	linux-arm-kernel, linux-media, Jason-jh Lin

From: Jason-jh Lin <jason-jh.lin@mediatek.corp-partner.google.com>

This series adds initial support for the MediaTek MT8196 GCE in the CMDQ
driver, including related API changes for new hardware requirements.

Series application order:
  1. [Fixes] Refine DMA address handling for the command buffer
  - https://lore.kernel.org/all/20251022171847.379470-1-jason-jh.lin@mediatek.com/
  2. [Series 1/4] Add GCE support for MT8196 and update CMDQ APIs (this series)
  3. [Series 2/4] Migrate subsystems to new CMDQ APIs
  4. [Series 3/4] Remove shift_pa from CMDQ jump functions
  5. [Series 4/4] Remove deprecated CMDQ APIs

Please apply this series after the DMA address handling Fixes patch[1],
and before the following series.

---

Jason-JH Lin (9):
  arm64: dts: mediatek: Add GCE header for MT8196
  mailbox: mtk-cmdq: Add cmdq private data to cmdq_pkt for generating
    instruction
  mailbox: mtk-cmdq: Add GCE hardware virtualization configuration
  mailbox: mtk-cmdq: Add mminfra_offset configuration for DRAM
    transaction
  mailbox: mtk-cmdq: Add driver data to support for MT8196
  soc: mediatek: mtk-cmdq: Add cmdq_get_mbox_priv() in cmdq_pkt_create()
  soc: mediatek: mtk-cmdq: Add pa_base parsing for hardware without
    subsys ID support
  soc: mediatek: mtk-cmdq: Extend cmdq_pkt_write API for SoCs without
    subsys ID
  soc: mediatek: mtk-cmdq: Add mminfra_offset adjustment for DRAM
    addresses

 arch/arm64/boot/dts/mediatek/mt8196-gce.h | 612 ++++++++++++++++++++++
 drivers/mailbox/mtk-cmdq-mailbox.c        |  74 ++-
 drivers/soc/mediatek/mtk-cmdq-helper.c    |  77 ++-
 include/linux/mailbox/mtk-cmdq-mailbox.h  |  19 +
 include/linux/soc/mediatek/mtk-cmdq.h     |  93 ++++
 5 files changed, 869 insertions(+), 6 deletions(-)
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8196-gce.h

-- 
2.43.0


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

end of thread, other threads:[~2026-01-19 11:58 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-31 15:56 [PATCH 0/9] Add GCE support for MT8196 (series 1/4) Jason-JH Lin
2025-10-31 15:56 ` [PATCH 1/9] arm64: dts: mediatek: Add GCE header for MT8196 Jason-JH Lin
2025-10-31 15:56 ` [PATCH 2/9] mailbox: mtk-cmdq: Add cmdq private data to cmdq_pkt for generating instruction Jason-JH Lin
2025-10-31 15:56 ` [PATCH 3/9] mailbox: mtk-cmdq: Add GCE hardware virtualization configuration Jason-JH Lin
2025-10-31 15:56 ` [PATCH 4/9] mailbox: mtk-cmdq: Add mminfra_offset configuration for DRAM transaction Jason-JH Lin
2025-10-31 15:56 ` [PATCH 5/9] mailbox: mtk-cmdq: Add driver data to support for MT8196 Jason-JH Lin
2025-10-31 15:56 ` [PATCH 6/9] soc: mediatek: mtk-cmdq: Add cmdq_get_mbox_priv() in cmdq_pkt_create() Jason-JH Lin
2025-10-31 15:56 ` [PATCH 7/9] soc: mediatek: mtk-cmdq: Add pa_base parsing for hardware without subsys ID support Jason-JH Lin
2025-10-31 15:56 ` [PATCH 8/9] soc: mediatek: mtk-cmdq: Extend cmdq_pkt_write API for SoCs without subsys ID Jason-JH Lin
2025-10-31 15:56 ` [PATCH 9/9] soc: mediatek: mtk-cmdq: Add mminfra_offset adjustment for DRAM addresses Jason-JH Lin
2025-11-05  9:14 ` (subset) [PATCH 0/9] Add GCE support for MT8196 (series 1/4) AngeloGioacchino Del Regno
2026-01-08  9:37 ` AngeloGioacchino Del Regno
2026-01-18 20:10   ` Jassi Brar
2026-01-19 11:58 ` (subset) " AngeloGioacchino Del Regno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox