Skip to content

Commit

Permalink
drm/msm/dsi: Split PHY drivers to separate files
Browse files Browse the repository at this point in the history
This change moves each PHY type specific code into
separate files.

Signed-off-by: Hai Li <[email protected]>
Signed-off-by: Rob Clark <[email protected]>
  • Loading branch information
Hai Li authored and robclark committed Aug 15, 2015
1 parent 29e6169 commit 5c82902
Show file tree
Hide file tree
Showing 6 changed files with 857 additions and 758 deletions.
6 changes: 4 additions & 2 deletions drivers/gpu/drm/msm/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ccflags-y := -Iinclude/drm -Idrivers/gpu/drm/msm
ccflags-$(CONFIG_DRM_MSM_DSI_PLL) += -Idrivers/gpu/drm/msm/dsi
ccflags-$(CONFIG_DRM_MSM_DSI) += -Idrivers/gpu/drm/msm/dsi

msm-y := \
adreno/adreno_device.o \
Expand Down Expand Up @@ -56,7 +56,9 @@ msm-$(CONFIG_COMMON_CLK) += mdp/mdp4/mdp4_lvds_pll.o
msm-$(CONFIG_DRM_MSM_DSI) += dsi/dsi.o \
dsi/dsi_host.o \
dsi/dsi_manager.o \
dsi/dsi_phy.o \
dsi/phy/dsi_phy.o \
dsi/phy/dsi_phy_20nm.o \
dsi/phy/dsi_phy_28nm.o \
mdp/mdp5/mdp5_cmd_encoder.o

msm-$(CONFIG_DRM_MSM_DSI_PLL) += dsi/pll/dsi_pll.o \
Expand Down
Loading

0 comments on commit 5c82902

Please sign in to comment.