linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
  • [parent not found: <20210710113819.5170-2-jason-jh.lin@mediatek.com>]
  • * Re: [PATCH v2 0/9] Add MediaTek SoC DRM (vdosys0) support for mt8195
           [not found] <20210710113819.5170-1-jason-jh.lin@mediatek.com>
           [not found] ` <20210710113819.5170-9-jason-jh.lin@mediatek.com>
           [not found] ` <20210710113819.5170-2-jason-jh.lin@mediatek.com>
    @ 2021-07-11  1:24 ` Chun-Kuang Hu
      2021-07-16  8:46   ` Jason-JH Lin
           [not found] ` <20210710113819.5170-8-jason-jh.lin@mediatek.com>
           [not found] ` <20210710113819.5170-7-jason-jh.lin@mediatek.com>
      4 siblings, 1 reply; 9+ messages in thread
    From: Chun-Kuang Hu @ 2021-07-11  1:24 UTC (permalink / raw)
      To: jason-jh.lin
      Cc: Chun-Kuang Hu, Matthias Brugger, Linux ARM,
    	moderated list:ARM/Mediatek SoC support, linux-kernel,
    	Project_Global_Chrome_Upstream_Group, fshao, Nancy Lin,
    	singo.chang
    
    Hi, Jason:
    
    jason-jh.lin <jason-jh.lin@mediatek.com> 於 2021年7月10日 週六 下午7:38寫道:
    >
    > The hardware path of vdosys0 with eDP panel output need to go through
    > by several modules, such as, OVL, RDMA, COLOR, CCORR, AAL, GAMMA,
    > DITHER, DSC and MERGE.
    
    You should add the difference in each version. [1] is an example for this.
    
    [1] https://patchwork.kernel.org/project/linux-mediatek/cover/20210709022324.1607884-1-eizan@chromium.org/
    
    Regards,
    Chun-Kuang.
    
    >
    > Add DRM and these modules support by the patches below:
    >
    > jason-jh.lin (9):
    >   dt-bindings: mediatek: add definition for mt8195 display
    >   dt-bindings: mediatek: add DSC definition for mt8195
    >   dt-bindings: arm: mediatek: add definition for mt8195 mmsys
    >   arm64: dts: mt8195: add display node for vdosys0
    >   soc: mediatek: add mtk-mmsys support for mt8195 vdosys0
    >   soc: mediatek: add mtk-mutex support for mt8195 vdosys0
    >   drm/mediatek: add mediatek-drm of vdosys0 support for MT8195
    >   drm/mediatek: add DSC support for MT8195
    >   drm/mediatek: add MERGE support for MT8195
    >
    >  .../bindings/arm/mediatek/mediatek,mmsys.txt  |  15 +
    >  .../display/mediatek/mediatek,disp.txt        |   9 +-
    >  .../display/mediatek/mediatek,dsc.yaml        |  57 ++
    >  arch/arm64/boot/dts/mediatek/mt8195.dtsi      | 111 ++++
    >  drivers/gpu/drm/mediatek/Makefile             |   2 +
    >  drivers/gpu/drm/mediatek/mtk_disp_drv.h       |  16 +
    >  drivers/gpu/drm/mediatek/mtk_disp_dsc.c       | 205 +++++++
    >  drivers/gpu/drm/mediatek/mtk_disp_merge.c     | 525 ++++++++++++++++++
    >  drivers/gpu/drm/mediatek/mtk_disp_rdma.c      |   6 +
    >  drivers/gpu/drm/mediatek/mtk_drm_crtc.h       |  14 +
    >  drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c   |  29 +
    >  drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.h   |   2 +
    >  drivers/gpu/drm/mediatek/mtk_drm_drv.c        |  32 ++
    >  drivers/gpu/drm/mediatek/mtk_drm_drv.h        |   2 +
    >  drivers/soc/mediatek/mt8195-mmsys.h           | 191 +++++++
    >  drivers/soc/mediatek/mtk-mmsys.c              |  11 +
    >  drivers/soc/mediatek/mtk-mutex.c              | 107 +++-
    >  include/linux/soc/mediatek/mtk-mmsys.h        |  10 +
    >  18 files changed, 1337 insertions(+), 7 deletions(-)
    >  create mode 100644 Documentation/devicetree/bindings/display/mediatek/mediatek,dsc.yaml
    >  create mode 100644 drivers/gpu/drm/mediatek/mtk_disp_dsc.c
    >  create mode 100644 drivers/gpu/drm/mediatek/mtk_disp_merge.c
    >  create mode 100644 drivers/soc/mediatek/mt8195-mmsys.h
    >
    > --
    > 2.18.0
    >
    
    ^ permalink raw reply	[flat|nested] 9+ messages in thread
  • [parent not found: <20210710113819.5170-8-jason-jh.lin@mediatek.com>]
  • [parent not found: <20210710113819.5170-7-jason-jh.lin@mediatek.com>]

  • end of thread, other threads:[~2021-07-16  8:47 UTC | newest]
    
    Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
    -- links below jump to the message on this page --
         [not found] <20210710113819.5170-1-jason-jh.lin@mediatek.com>
         [not found] ` <20210710113819.5170-9-jason-jh.lin@mediatek.com>
    2021-07-11  1:19   ` [PATCH v2 8/9] drm/mediatek: add DSC support for mt8195 Chun-Kuang Hu
         [not found] ` <20210710113819.5170-2-jason-jh.lin@mediatek.com>
    2021-07-11  1:21   ` [PATCH v2 1/9] dt-bindings: mediatek: add definition for mt8195 display Chun-Kuang Hu
    2021-07-16  8:07     ` Jason-JH Lin
    2021-07-11  1:24 ` [PATCH v2 0/9] Add MediaTek SoC DRM (vdosys0) support for mt8195 Chun-Kuang Hu
    2021-07-16  8:46   ` Jason-JH Lin
         [not found] ` <20210710113819.5170-8-jason-jh.lin@mediatek.com>
    2021-07-14 14:35   ` [PATCH v2 7/9] drm/mediatek: add mediatek-drm of vdosys0 " Chun-Kuang Hu
    2021-07-16  8:15     ` Jason-JH Lin
         [not found] ` <20210710113819.5170-7-jason-jh.lin@mediatek.com>
    2021-07-14 16:04   ` [PATCH v2 6/9] soc: mediatek: add mtk-mutex support for mt8195 vdosys0 Matthias Brugger
    2021-07-14 16:06   ` Matthias Brugger
    

    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).