dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Add first version mt8188 vdosys0 driver
@ 2022-09-06  8:44 nathan.lu
  2022-09-06  8:44 ` [PATCH v2 1/6] dt-bindings: mediatek: modify VDOSYS0 display device tree Documentations for MT8188 nathan.lu
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: nathan.lu @ 2022-09-06  8:44 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Chun-Kuang Hu, Philipp Zabel,
	David Airlie, Daniel Vetter, Maxime Coquelin, Alexandre Torgue,
	Matthias Brugger
  Cc: Nathan Lu, devicetree, wsd_upstream, jason-jh . lin,
	linux-kernel, dri-devel, Project_Global_Chrome_Upstream_Group,
	Rex-BC Chen, Moudy Ho, linux-mediatek, lancelot.wu, linux-stm32,
	linux-arm-kernel, AngeloGioacchino Del Regno

From: Nathan Lu <nathan.lu@mediatek.com>

This path is based on [1] and [2]
[1] Add MediaTek SoC(vdosys1) support for mt8195
    - https://patchwork.kernel.org/project/linux-mediatek/list/?series=658416
[2] Add MediaTek SoC DRM (vdosys1) support for mt8195
    - https://patchwork.kernel.org/project/linux-mediatek/list/?series=665269

This patch is to add first version mt8188 vdosys0 driver
Modify and add new files include:
1. bindings documents
2. mtk mmsys
3. mtk mutex
4. mtk drm driver

Change in V2:
- Seperate bindings doucment into mmsys/mutex/display 3 parts
- Remove redundent char in mediatek,gamma.yaml
- Add another mediatek,mt8188-disp-rdma in mediatek,rdma.yaml
- Remove io_start variable setting in mtk_drm_drv.c and mtk_mmsys.c

Nathan Lu (6):
  dt-bindings: mediatek: modify VDOSYS0 display device tree
    Documentations for MT8188
  dt-bindings: mediatek: modify VDOSYS0 mmsys device tree Documentations
    for MT8188
  dt-bindings: mediatek: modify VDOSYS0 mutex device tree Documentations
    for MT8188
  soc: mediatek: add mtk-mmsys support for mt8188 vdosys0
  soc: mediatek: add mtk-mutex support for mt8188 vdosys0
  drm/mediatek: add mediatek-drm of vdosys0 support for mt8188

 .../bindings/arm/mediatek/mediatek,mmsys.yaml |   1 +
 .../display/mediatek/mediatek,aal.yaml        |   1 +
 .../display/mediatek/mediatek,ccorr.yaml      |   1 +
 .../display/mediatek/mediatek,color.yaml      |   1 +
 .../display/mediatek/mediatek,dither.yaml     |   1 +
 .../display/mediatek/mediatek,gamma.yaml      |   1 +
 .../display/mediatek/mediatek,ovl.yaml        |   1 +
 .../display/mediatek/mediatek,postmask.yaml   |   1 +
 .../display/mediatek/mediatek,rdma.yaml       |   4 +
 .../bindings/soc/mediatek/mediatek,mutex.yaml |   1 +
 drivers/gpu/drm/mediatek/mtk_drm_drv.c        |  29 ++++
 drivers/soc/mediatek/mt8188-mmsys.h           | 149 ++++++++++++++++++
 drivers/soc/mediatek/mtk-mmsys.c              |  18 +++
 drivers/soc/mediatek/mtk-mutex.c              |  51 ++++++
 14 files changed, 260 insertions(+)
 create mode 100644 drivers/soc/mediatek/mt8188-mmsys.h

-- 
2.18.0


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

end of thread, other threads:[~2022-09-12  2:52 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-06  8:44 [PATCH v2 0/6] Add first version mt8188 vdosys0 driver nathan.lu
2022-09-06  8:44 ` [PATCH v2 1/6] dt-bindings: mediatek: modify VDOSYS0 display device tree Documentations for MT8188 nathan.lu
2022-09-08 13:06   ` Krzysztof Kozlowski
2022-09-06  8:44 ` [PATCH v2 2/6] dt-bindings: mediatek: modify VDOSYS0 mmsys " nathan.lu
2022-09-06  9:39   ` AngeloGioacchino Del Regno
2022-09-08 13:07   ` Krzysztof Kozlowski
2022-09-06  8:44 ` [PATCH v2 3/6] dt-bindings: mediatek: modify VDOSYS0 mutex " nathan.lu
2022-09-06  9:39   ` AngeloGioacchino Del Regno
2022-09-08 13:07   ` Krzysztof Kozlowski
2022-09-06  8:44 ` [PATCH v2 4/6] soc: mediatek: add mtk-mmsys support for mt8188 vdosys0 nathan.lu
2022-09-06  8:44 ` [PATCH v2 5/6] soc: mediatek: add mtk-mutex " nathan.lu
2022-09-06  9:41   ` AngeloGioacchino Del Regno
2022-09-06  8:44 ` [PATCH v2 6/6] drm/mediatek: add mediatek-drm of vdosys0 support for mt8188 nathan.lu
2022-09-08 13:14 ` [PATCH v2 0/6] Add first version mt8188 vdosys0 driver Krzysztof Kozlowski
2022-09-12  2:52   ` Nathan Lu

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 NNTP newsgroup(s).