drm/omap: HDMI PLL: use runtime pm
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 17 May 2016 14:07:46 +0000 (17:07 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 19 May 2016 17:19:07 +0000 (20:19 +0300)
commit86c9305c864cc90e715edb29f1e708c9d494f8f8
tree07727bad871382ab53b5fc7d5172129db86ec6a7
parent13ece4d309b339501bd4ed563a4754a8b43e721f
drm/omap: HDMI PLL: use runtime pm

To make it possible to use HDMI PLL for other video outputs than HDMI,
the HDMI PLL code needs to do runtime_get/put for the HDMI IP, so that
the IP (include the PLL) is enabled.

To do that we also need to store the HDMI pdev in the hdmi_pll_data.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/omapdrm/dss/hdmi.h
drivers/gpu/drm/omapdrm/dss/hdmi_pll.c