mbox series

[v4,0/3] Add mt8188 compatiable for DSI cmd packet control

Message ID 20230911120800.17369-1-shuijing.li@mediatek.com (mailing list archive)
Headers show
Series Add mt8188 compatiable for DSI cmd packet control | expand

Message

Shuijing Li (李水静) Sept. 11, 2023, 12:07 p.m. UTC
Add dt-binding documentation of DSI for MediaTek MT8188 SoC.
Because of the difference between SOC and DSI cmd packet control, for
MT8188, it is necessary to increase the DSI_CMDQ_SIZE control when
sending long packets to initialize the panel. Of course, this will not
affect the sending of short packets.

Base on the branch of linus/master v6.5.

Shuijing Li (3):
  dt-bindings: display: mediatek: dsi: Add compatible for MediaTek
    MT8188
  drm/mediatek: dsi: Add dsi cmdq_ctl to send panel initial code
  drm/mediatek: Add mt8188 dsi compatible to mtk_dsi.c

 .../bindings/display/mediatek/mediatek,dsi.yaml   |  1 +
 drivers/gpu/drm/mediatek/mtk_drm_drv.c            |  2 ++
 drivers/gpu/drm/mediatek/mtk_dsi.c                | 15 +++++++++++++++
 3 files changed, 18 insertions(+)

Comments

CK Hu (胡俊光) Sept. 12, 2023, 9 a.m. UTC | #1
Hi, Shuijing:

On Mon, 2023-09-11 at 20:07 +0800, Shuijing Li wrote:
> Add dt-binding documentation of DSI for MediaTek MT8188 SoC.
> Because of the difference between SOC and DSI cmd packet control, for
> MT8188, it is necessary to increase the DSI_CMDQ_SIZE control when
> sending long packets to initialize the panel. Of course, this will
> not
> affect the sending of short packets.
> 
> Base on the branch of linus/master v6.5.

For this series, applied. Thanks.

Regards,
CK

> 
> Shuijing Li (3):
>   dt-bindings: display: mediatek: dsi: Add compatible for MediaTek
>     MT8188
>   drm/mediatek: dsi: Add dsi cmdq_ctl to send panel initial code
>   drm/mediatek: Add mt8188 dsi compatible to mtk_dsi.c
> 
>  .../bindings/display/mediatek/mediatek,dsi.yaml   |  1 +
>  drivers/gpu/drm/mediatek/mtk_drm_drv.c            |  2 ++
>  drivers/gpu/drm/mediatek/mtk_dsi.c                | 15
> +++++++++++++++
>  3 files changed, 18 insertions(+)
>