OSDN Git Service

drm/msm/dsi: Update source PLL selection in DSI PHY
authorHai Li <hali@codeaurora.org>
Wed, 10 Jun 2015 17:18:17 +0000 (13:18 -0400)
committerRob Clark <robdclark@gmail.com>
Sat, 15 Aug 2015 22:27:11 +0000 (18:27 -0400)
commit13351cd17791694f2dcc96dc920e58b090b18c31
treea6afd9972e16db3b8db4c0073097dd3bf0795354
parentc6a57a50ad562a2e6fc6ac3218b710caea73a58b
drm/msm/dsi: Update source PLL selection in DSI PHY

The source PLL to be used by each DSI PHY should be decided by
DSI manager based on dual DSI information, while the register
programming to select PLL is different from one type of PHY to
another. This change adds the H/W difference to PHY configuration
and updates the interface between DSI manager and PHY.

With this change, PLL selection can be supported on different
targets.

Signed-off-by: Hai Li <hali@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/dsi/dsi.h
drivers/gpu/drm/msm/dsi/dsi_manager.c
drivers/gpu/drm/msm/dsi/dsi_phy.c