drm/msm/dsi: Set up runtime PM for DSI
authorArchit Taneja <[email protected]>
Fri, 28 Jul 2017 10:47:03 +0000 (16:17 +0530)
committerRob Clark <[email protected]>
Wed, 2 Aug 2017 11:53:46 +0000 (07:53 -0400)
commitf6be1121ea8aa563f5a651cf5a96742c965a95f7
tree9a941c42154d13780f31206467c95f124d8d8f95
parent6ed9ed484d04c2f6db0f68b0a31ef24db27d6454
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 <[email protected]>
Signed-off-by: Rob Clark <[email protected]>
drivers/gpu/drm/msm/dsi/dsi_host.c
drivers/gpu/drm/msm/dsi/phy/dsi_phy.c