]> git.baikalelectronics.ru Git - kernel.git/commit
drm/msm/dsi: Set up runtime PM for DSI
authorArchit Taneja <architt@codeaurora.org>
Fri, 28 Jul 2017 10:47:03 +0000 (16:17 +0530)
committerRob Clark <robdclark@gmail.com>
Wed, 2 Aug 2017 11:53:46 +0000 (07:53 -0400)
commite385a03df0236bd9565ac0b09ec80e0f9d9c1c42
tree9a941c42154d13780f31206467c95f124d8d8f95
parent5f74d21127224831f144401f59d0cffdd784c561
drm/msm/dsi: Set up runtime PM for DSI

Call the pm_runtime_get/put API where we need the clocks enabled.

The main entry/exit points are 1) enabling/disabling the DSI bridge
and 2) Sending commands from the DSI host to the device.

Signed-off-by: Archit Taneja <architt@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/dsi/dsi_host.c
drivers/gpu/drm/msm/dsi/phy/dsi_phy.c