commit | 86c9305c864cc90e715edb29f1e708c9d494f8f8 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue May 17 17:07:46 2016 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu May 19 20:19:07 2016 +0300 |
tree | 07727bad871382ab53b5fc7d5172129db86ec6a7 | |
parent | 13ece4d309b339501bd4ed563a4754a8b43e721f [diff] |
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>