]> Git Repo - linux.git/commitdiff
Merge tag 'mediatek-drm-next-6.13' of https://git.kernel.org/pub/scm/linux/kernel...
authorDave Airlie <[email protected]>
Tue, 5 Nov 2024 20:34:26 +0000 (06:34 +1000)
committerDave Airlie <[email protected]>
Tue, 5 Nov 2024 20:35:03 +0000 (06:35 +1000)
Mediatek DRM Next for Linux 6.13

1. Add support for OF graphs
2. Fix child node refcount handling and use scoped

Signed-off-by: Dave Airlie <[email protected]>
From: Chun-Kuang Hu <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1  2 
Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.yaml
drivers/gpu/drm/mediatek/mtk_disp_drv.h
drivers/gpu/drm/mediatek/mtk_disp_ovl_adaptor.c
drivers/gpu/drm/mediatek/mtk_drm_drv.c

index 497c0eb4ed0b5e2f57f60859f56a1a42fed4f40d,b567e3d58aa1d6ac8fce076feb336660e2b560a9..0f1e556dc8ef3d4668ada0f925e4f1f0f6662c08
@@@ -87,8 -93,27 +103,13 @@@ required
    - interrupts
    - clocks
    - clock-names
-   - port
+ oneOf:
+   - required:
+       - port
+   - required:
+       - ports
  
 -allOf:
 -  - if:
 -      not:
 -        properties:
 -          compatible:
 -            contains:
 -              enum:
 -                - mediatek,mt6795-dpi
 -                - mediatek,mt8173-dpi
 -                - mediatek,mt8186-dpi
 -    then:
 -      properties:
 -        power-domains: false
 -
  additionalProperties: false
  
  examples:
This page took 0.063225 seconds and 4 git commands to generate.