mbox series

[GIT,PULL] mediatek drm next for 4.20

Message ID 1538616148.28906.1.camel@mtksdaap41 (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] mediatek drm next for 4.20 | expand

Pull-request

https://github.com/ckhu-mediatek/linux.git-tags.git

Message

CK Hu (胡俊光) Oct. 4, 2018, 1:22 a.m. UTC
Hi, Dave:

This include hdmi output support for mt2701 and mt7623.

Regards,
CK

The following changes since commit
87c2ee740c07f1edae9eec8bc45cb9b32a68f323:

  Merge branch 'drm-next-4.20' of
git://people.freedesktop.org/~agd5f/linux into drm-next (2018-09-28
09:48:40 +1000)

are available in the git repository at:


  https://github.com/ckhu-mediatek/linux.git-tags.git
mediatek-drm-next-4.20

for you to fetch changes up to 84dacb9cad2804a9f5434b775ccea6aa5d9fc6ca:

  drm/mediatek: add a error return value when clock driver has been
prepared (2018-10-03 11:56:33 +0800)

----------------------------------------------------------------
Bibby Hsieh (2):
      drm/mediatek: implement connection from BLS to DPI0
      drm/mediatek: add a error return value when clock driver has been
prepared

chunhui dai (9):
      drm/mediatek: add refcount for DPI power on/off
      drm/mediatek: move hardware register to node data
      drm/mediatek: adjust EDGE to match clock and data
      drm/mediatek: add clock factor for different IC
      drm/mediatek: convert dpi driver to use
drm_of_find_panel_or_bridge
      drm/mediatek: add dpi driver for mt2701 and mt7623
      drm/mediatek: separate hdmi phy to different file
      drm/mediatek: add support for SPDIF audio in HDMI
      drm/mediatek: add hdmi driver for MT2701 and MT7623

 drivers/gpu/drm/mediatek/Makefile              |   5 +-
 drivers/gpu/drm/mediatek/mtk_dpi.c             | 131 ++++++++------
 drivers/gpu/drm/mediatek/mtk_dpi_regs.h        |   2 +-
 drivers/gpu/drm/mediatek/mtk_drm_ddp.c         |  14 +-
 drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c    |   2 +-
 drivers/gpu/drm/mediatek/mtk_drm_drv.c         |   2 +
 drivers/gpu/drm/mediatek/mtk_hdmi.c            |  15 +-
 drivers/gpu/drm/mediatek/mtk_hdmi.h            |   2 +-
 drivers/gpu/drm/mediatek/mtk_hdmi_phy.c        | 235
+++++++++++++++++++++++++
 drivers/gpu/drm/mediatek/mtk_hdmi_phy.h        |  60 +++++++
 drivers/gpu/drm/mediatek/mtk_mt2701_hdmi_phy.c | 212
++++++++++++++++++++++
 drivers/gpu/drm/mediatek/mtk_mt8173_hdmi_phy.c | 226
+-----------------------
 12 files changed, 627 insertions(+), 279 deletions(-)
 create mode 100644 drivers/gpu/drm/mediatek/mtk_hdmi_phy.c
 create mode 100644 drivers/gpu/drm/mediatek/mtk_hdmi_phy.h
 create mode 100644 drivers/gpu/drm/mediatek/mtk_mt2701_hdmi_phy.c

Comments

CK Hu (胡俊光) Oct. 11, 2018, 1:25 a.m. UTC | #1
Hi, Dave:

Ping this. If there is any problem, tell me and I would fix it.

Regards,
CK

On Thu, 2018-10-04 at 09:22 +0800, CK Hu wrote:
> Hi, Dave:
> 
> This include hdmi output support for mt2701 and mt7623.
> 
> Regards,
> CK
> 
> The following changes since commit
> 87c2ee740c07f1edae9eec8bc45cb9b32a68f323:
> 
>   Merge branch 'drm-next-4.20' of
> git://people.freedesktop.org/~agd5f/linux into drm-next (2018-09-28
> 09:48:40 +1000)
> 
> are available in the git repository at:
> 
> 
>   https://github.com/ckhu-mediatek/linux.git-tags.git
> mediatek-drm-next-4.20
> 
> for you to fetch changes up to 84dacb9cad2804a9f5434b775ccea6aa5d9fc6ca:
> 
>   drm/mediatek: add a error return value when clock driver has been
> prepared (2018-10-03 11:56:33 +0800)
> 
> ----------------------------------------------------------------
> Bibby Hsieh (2):
>       drm/mediatek: implement connection from BLS to DPI0
>       drm/mediatek: add a error return value when clock driver has been
> prepared
> 
> chunhui dai (9):
>       drm/mediatek: add refcount for DPI power on/off
>       drm/mediatek: move hardware register to node data
>       drm/mediatek: adjust EDGE to match clock and data
>       drm/mediatek: add clock factor for different IC
>       drm/mediatek: convert dpi driver to use
> drm_of_find_panel_or_bridge
>       drm/mediatek: add dpi driver for mt2701 and mt7623
>       drm/mediatek: separate hdmi phy to different file
>       drm/mediatek: add support for SPDIF audio in HDMI
>       drm/mediatek: add hdmi driver for MT2701 and MT7623
> 
>  drivers/gpu/drm/mediatek/Makefile              |   5 +-
>  drivers/gpu/drm/mediatek/mtk_dpi.c             | 131 ++++++++------
>  drivers/gpu/drm/mediatek/mtk_dpi_regs.h        |   2 +-
>  drivers/gpu/drm/mediatek/mtk_drm_ddp.c         |  14 +-
>  drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c    |   2 +-
>  drivers/gpu/drm/mediatek/mtk_drm_drv.c         |   2 +
>  drivers/gpu/drm/mediatek/mtk_hdmi.c            |  15 +-
>  drivers/gpu/drm/mediatek/mtk_hdmi.h            |   2 +-
>  drivers/gpu/drm/mediatek/mtk_hdmi_phy.c        | 235
> +++++++++++++++++++++++++
>  drivers/gpu/drm/mediatek/mtk_hdmi_phy.h        |  60 +++++++
>  drivers/gpu/drm/mediatek/mtk_mt2701_hdmi_phy.c | 212
> ++++++++++++++++++++++
>  drivers/gpu/drm/mediatek/mtk_mt8173_hdmi_phy.c | 226
> +-----------------------
>  12 files changed, 627 insertions(+), 279 deletions(-)
>  create mode 100644 drivers/gpu/drm/mediatek/mtk_hdmi_phy.c
>  create mode 100644 drivers/gpu/drm/mediatek/mtk_hdmi_phy.h
>  create mode 100644 drivers/gpu/drm/mediatek/mtk_mt2701_hdmi_phy.c
>
Dave Airlie Oct. 11, 2018, 1:42 a.m. UTC | #2
On Thu, 11 Oct 2018 at 11:25, CK Hu <ck.hu@mediatek.com> wrote:
>
> Hi, Dave:
>
> Ping this. If there is any problem, tell me and I would fix it.
>
> Regards,
> CK
>
> On Thu, 2018-10-04 at 09:22 +0800, CK Hu wrote:
> > Hi, Dave:
> >
> > This include hdmi output support for mt2701 and mt7623.
> >
> > Regards,
> > CK
> >
> > The following changes since commit
> > 87c2ee740c07f1edae9eec8bc45cb9b32a68f323:
> >
> >   Merge branch 'drm-next-4.20' of
> > git://people.freedesktop.org/~agd5f/linux into drm-next (2018-09-28
> > 09:48:40 +1000)
> >
> > are available in the git repository at:
> >
> >
> >   https://github.com/ckhu-mediatek/linux.git-tags.git
> > mediatek-drm-next-4.20

This has two newlines which might suggest and older version of git was
being used.

I'll process this by hand for now.

Dave.
CK Hu (胡俊光) Oct. 11, 2018, 2:29 a.m. UTC | #3
Hi, Dave:

On Thu, 2018-10-11 at 11:42 +1000, Dave Airlie wrote:
> On Thu, 11 Oct 2018 at 11:25, CK Hu <ck.hu@mediatek.com> wrote:
> >
> > Hi, Dave:
> >
> > Ping this. If there is any problem, tell me and I would fix it.
> >
> > Regards,
> > CK
> >
> > On Thu, 2018-10-04 at 09:22 +0800, CK Hu wrote:
> > > Hi, Dave:
> > >
> > > This include hdmi output support for mt2701 and mt7623.
> > >
> > > Regards,
> > > CK
> > >
> > > The following changes since commit
> > > 87c2ee740c07f1edae9eec8bc45cb9b32a68f323:
> > >
> > >   Merge branch 'drm-next-4.20' of
> > > git://people.freedesktop.org/~agd5f/linux into drm-next (2018-09-28
> > > 09:48:40 +1000)
> > >
> > > are available in the git repository at:
> > >
> > >
> > >   https://github.com/ckhu-mediatek/linux.git-tags.git
> > > mediatek-drm-next-4.20
> 
> This has two newlines which might suggest and older version of git was
> being used.

I'll take care of the newline part in future. But I don't understand
what is the problem of older version of git? Maybe I could prevent this
next time.

Regards,
CK

> 
> I'll process this by hand for now.
> 
> Dave.
> 
> _______________________________________________
> Linux-mediatek mailing list
> Linux-mediatek@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-mediatek
Dave Airlie Oct. 11, 2018, 3:56 a.m. UTC | #4
On Thu, 11 Oct 2018 at 12:29, CK Hu <ck.hu@mediatek.com> wrote:
>
> Hi, Dave:
>
> On Thu, 2018-10-11 at 11:42 +1000, Dave Airlie wrote:
> > On Thu, 11 Oct 2018 at 11:25, CK Hu <ck.hu@mediatek.com> wrote:
> > >
> > > Hi, Dave:
> > >
> > > Ping this. If there is any problem, tell me and I would fix it.
> > >
> > > Regards,
> > > CK
> > >
> > > On Thu, 2018-10-04 at 09:22 +0800, CK Hu wrote:
> > > > Hi, Dave:
> > > >
> > > > This include hdmi output support for mt2701 and mt7623.
> > > >
> > > > Regards,
> > > > CK
> > > >
> > > > The following changes since commit
> > > > 87c2ee740c07f1edae9eec8bc45cb9b32a68f323:
> > > >
> > > >   Merge branch 'drm-next-4.20' of
> > > > git://people.freedesktop.org/~agd5f/linux into drm-next (2018-09-28
> > > > 09:48:40 +1000)
> > > >
> > > > are available in the git repository at:
> > > >
> > > >
> > > >   https://github.com/ckhu-mediatek/linux.git-tags.git
> > > > mediatek-drm-next-4.20
> >
> > This has two newlines which might suggest and older version of git was
> > being used.
>
> I'll take care of the newline part in future. But I don't understand
> what is the problem of older version of git? Maybe I could prevent this
> next time.

In the recent hisilicon-next pulls Xinliang Liu mentioned the double
lines are from git 1.9.1, and were fixed in a later version.

Dave.
CK Hu (胡俊光) Oct. 11, 2018, 6:21 a.m. UTC | #5
Hi, Dave:

On Thu, 2018-10-11 at 13:56 +1000, Dave Airlie wrote:
> On Thu, 11 Oct 2018 at 12:29, CK Hu <ck.hu@mediatek.com> wrote:
> >
> > Hi, Dave:
> >
> > On Thu, 2018-10-11 at 11:42 +1000, Dave Airlie wrote:
> > > On Thu, 11 Oct 2018 at 11:25, CK Hu <ck.hu@mediatek.com> wrote:
> > > >
> > > > Hi, Dave:
> > > >
> > > > Ping this. If there is any problem, tell me and I would fix it.
> > > >
> > > > Regards,
> > > > CK
> > > >
> > > > On Thu, 2018-10-04 at 09:22 +0800, CK Hu wrote:
> > > > > Hi, Dave:
> > > > >
> > > > > This include hdmi output support for mt2701 and mt7623.
> > > > >
> > > > > Regards,
> > > > > CK
> > > > >
> > > > > The following changes since commit
> > > > > 87c2ee740c07f1edae9eec8bc45cb9b32a68f323:
> > > > >
> > > > >   Merge branch 'drm-next-4.20' of
> > > > > git://people.freedesktop.org/~agd5f/linux into drm-next (2018-09-28
> > > > > 09:48:40 +1000)
> > > > >
> > > > > are available in the git repository at:
> > > > >
> > > > >
> > > > >   https://github.com/ckhu-mediatek/linux.git-tags.git
> > > > > mediatek-drm-next-4.20
> > >
> > > This has two newlines which might suggest and older version of git was
> > > being used.
> >
> > I'll take care of the newline part in future. But I don't understand
> > what is the problem of older version of git? Maybe I could prevent this
> > next time.
> 
> In the recent hisilicon-next pulls Xinliang Liu mentioned the double
> lines are from git 1.9.1, and were fixed in a later version.

Yes, this request is generated by git 1.9.1. I try with git 2.15.5 and
it has no this problem. I will generate pull request by a later version.

Regards,
CK

> 
> Dave.
> 
> _______________________________________________
> Linux-mediatek mailing list
> Linux-mediatek@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-mediatek
Daniel Vetter Oct. 11, 2018, 8:21 a.m. UTC | #6
On Thu, Oct 11, 2018 at 02:21:19PM +0800, CK Hu wrote:
> Hi, Dave:
> 
> On Thu, 2018-10-11 at 13:56 +1000, Dave Airlie wrote:
> > On Thu, 11 Oct 2018 at 12:29, CK Hu <ck.hu@mediatek.com> wrote:
> > >
> > > Hi, Dave:
> > >
> > > On Thu, 2018-10-11 at 11:42 +1000, Dave Airlie wrote:
> > > > On Thu, 11 Oct 2018 at 11:25, CK Hu <ck.hu@mediatek.com> wrote:
> > > > >
> > > > > Hi, Dave:
> > > > >
> > > > > Ping this. If there is any problem, tell me and I would fix it.
> > > > >
> > > > > Regards,
> > > > > CK
> > > > >
> > > > > On Thu, 2018-10-04 at 09:22 +0800, CK Hu wrote:
> > > > > > Hi, Dave:
> > > > > >
> > > > > > This include hdmi output support for mt2701 and mt7623.
> > > > > >
> > > > > > Regards,
> > > > > > CK
> > > > > >
> > > > > > The following changes since commit
> > > > > > 87c2ee740c07f1edae9eec8bc45cb9b32a68f323:
> > > > > >
> > > > > >   Merge branch 'drm-next-4.20' of
> > > > > > git://people.freedesktop.org/~agd5f/linux into drm-next (2018-09-28
> > > > > > 09:48:40 +1000)
> > > > > >
> > > > > > are available in the git repository at:
> > > > > >
> > > > > >
> > > > > >   https://github.com/ckhu-mediatek/linux.git-tags.git
> > > > > > mediatek-drm-next-4.20
> > > >
> > > > This has two newlines which might suggest and older version of git was
> > > > being used.
> > >
> > > I'll take care of the newline part in future. But I don't understand
> > > what is the problem of older version of git? Maybe I could prevent this
> > > next time.
> > 
> > In the recent hisilicon-next pulls Xinliang Liu mentioned the double
> > lines are from git 1.9.1, and were fixed in a later version.
> 
> Yes, this request is generated by git 1.9.1. I try with git 2.15.5 and
> it has no this problem. I will generate pull request by a later version.

For security reasons you really want to use the very latest git, always.
-Daniel