Message ID | 20200914231227.30500-1-chunkuang.hu@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [GIT,PULL] mediatek drm next for 5.10 | expand |
Hi, Dave & Daniel: I does not see these patches in drm-next branch. Does these patches have any problem? Regards, Chun-Kuang. Chun-Kuang Hu <chunkuang.hu@kernel.org> 於 2020年9月15日 週二 上午7:12寫道: > > Hi, Dave & Daniel: > > This includes: > > 1. Move Mediatek HDMI PHY driver from DRM folder to PHY folder > 2. Convert mtk-dpi to drm_bridge API > 3. Disable tmds on mt2701 > > Regards, > Chun-Kuang. > > The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5: > > Linux 5.9-rc1 (2020-08-16 13:04:57 -0700) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux.git tags/mediatek-drm-next-5.10 > > for you to fetch changes up to 09e872d558ba6a7f4468c4e8cdf0cd5a99bfc175: > > drm/mediatek: Disable tmds on mt2701 (2020-09-14 23:05:23 +0800) > > ---------------------------------------------------------------- > Mediatek DRM Next for Linux 5.10 > > 1. Move Mediatek HDMI PHY driver from DRM folder to PHY folder > 2. Convert mtk-dpi to drm_bridge API > 3. Disable tmds on mt2701 > > ---------------------------------------------------------------- > CK Hu (3): > drm/mediatek: Move tz_disabled from mtk_hdmi_phy to mtk_hdmi driver > drm/mediatek: Separate mtk_hdmi_phy to an independent module > phy: mediatek: Move mtk_hdmi_phy driver into drivers/phy/mediatek folder > > Chun-Kuang Hu (1): > MAINTAINERS: add files for Mediatek DRM drivers > > Enric Balletbo i Serra (2): > drm/mediatek: mtk_dpi: Rename bridge to next_bridge > drm/mediatek: mtk_dpi: Convert to bridge driver > > Frank Wunderlich (2): > dt-bindings: mediatek: add mt7623 display-nodes > drm/mediatek: Add ddp routing for mt7623 > > Stu Hsieh (1): > drm/mediatek: dpi/dsi: Change the getting possible_crtc way > > chunhui dai (1): > drm/mediatek: Disable tmds on mt2701 > > Documentation/devicetree/bindings/display/mediatek/mediatek,disp.txt | 2 +- > Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.txt | 2 +- > Documentation/devicetree/bindings/display/mediatek/mediatek,dsi.txt | 4 ++-- > Documentation/devicetree/bindings/display/mediatek/mediatek,hdmi.txt | 4 ++++ > MAINTAINERS | 1 + > drivers/gpu/drm/mediatek/Kconfig | 2 +- > drivers/gpu/drm/mediatek/Makefile | 5 +---- > drivers/gpu/drm/mediatek/mtk_dpi.c | 80 ++++++++++++++++++++++++++++++++++++++++++++++---------------------------------- > drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c | 38 ++++++++++++++++++++++++++++++++++++++ > drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.h | 2 ++ > drivers/gpu/drm/mediatek/mtk_drm_drv.c | 23 +++++++++++++++++++++++ > drivers/gpu/drm/mediatek/mtk_dsi.c | 6 +----- > drivers/gpu/drm/mediatek/mtk_hdmi.c | 21 +++++++++++++++++---- > drivers/gpu/drm/mediatek/mtk_hdmi.h | 1 - > drivers/phy/mediatek/Kconfig | 7 +++++++ > drivers/phy/mediatek/Makefile | 5 +++++ > drivers/{gpu/drm/mediatek/mtk_mt2701_hdmi_phy.c => phy/mediatek/phy-mtk-hdmi-mt2701.c} | 4 ++-- > drivers/{gpu/drm/mediatek/mtk_mt8173_hdmi_phy.c => phy/mediatek/phy-mtk-hdmi-mt8173.c} | 2 +- > drivers/{gpu/drm/mediatek/mtk_hdmi_phy.c => phy/mediatek/phy-mtk-hdmi.c} | 6 +++++- > drivers/{gpu/drm/mediatek/mtk_hdmi_phy.h => phy/mediatek/phy-mtk-hdmi.h} | 3 +-- > 20 files changed, 159 insertions(+), 59 deletions(-) > rename drivers/{gpu/drm/mediatek/mtk_mt2701_hdmi_phy.c => phy/mediatek/phy-mtk-hdmi-mt2701.c} (99%) > rename drivers/{gpu/drm/mediatek/mtk_mt8173_hdmi_phy.c => phy/mediatek/phy-mtk-hdmi-mt8173.c} (99%) > rename drivers/{gpu/drm/mediatek/mtk_hdmi_phy.c => phy/mediatek/phy-mtk-hdmi.c} (96%) > rename drivers/{gpu/drm/mediatek/mtk_hdmi_phy.h => phy/mediatek/phy-mtk-hdmi.h} (95%) > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel
On Tue, 29 Sep 2020 at 01:55, Chun-Kuang Hu <chunkuang.hu@kernel.org> wrote: > > Hi, Dave & Daniel: > > I does not see these patches in drm-next branch. Does these patches > have any problem? > Sorry just got caught in the queue, should be all landed now. Thanks, Dave.