]> 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)
commitf49501583b030c4bda5de82ce0a8895c86202f69
treea6afd9972e16db3b8db4c0073097dd3bf0795354
parentf6e537271c7ce96fe2a925f93da3b5f23b0a7d5e
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