]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf7e13df8ea9a120c50b79481031d0d0b506a075a
treea6afd9972e16db3b8db4c0073097dd3bf0795354
parentea653392611f3d1bbbff2c91e521d030e5ddbaa8
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