]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/msm/dsi: Add skeleton 10nm PHY/PLL code
authorArchit Taneja <architt@codeaurora.org>
Wed, 17 Jan 2018 06:05:25 +0000 (11:35 +0530)
committerRob Clark <robdclark@gmail.com>
Tue, 20 Feb 2018 15:41:20 +0000 (10:41 -0500)
commit973e02db35c2c4036693e32ed6f250eefd8c322c
tree87b487f88a958d527ac69e4e8d724dce0dfc28de
parent6d5796af7136046835621ffe680eb15ce88500b6
drm/msm/dsi: Add skeleton 10nm PHY/PLL code

Add new 10nm DSI PLL/PHY files that will be used on SDM845.

Just populate empty pll/phy funcs for now. These will be filled up
later.

Signed-off-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/Kconfig
drivers/gpu/drm/msm/Makefile
drivers/gpu/drm/msm/dsi/dsi.h
drivers/gpu/drm/msm/dsi/phy/dsi_phy.c
drivers/gpu/drm/msm/dsi/phy/dsi_phy.h
drivers/gpu/drm/msm/dsi/phy/dsi_phy_10nm.c [new file with mode: 0644]
drivers/gpu/drm/msm/dsi/pll/dsi_pll.c
drivers/gpu/drm/msm/dsi/pll/dsi_pll.h
drivers/gpu/drm/msm/dsi/pll/dsi_pll_10nm.c [new file with mode: 0644]