summaryrefslogtreecommitdiffstats
path: root/Kconfig
diff options
context:
space:
mode:
authorAndrzej Hajda <a.hajda@samsung.com>2016-03-23 14:25:58 +0100
committerInki Dae <daeinki@gmail.com>2016-04-30 01:04:24 +0900
commitf26b9343f582f44ec920474d71b4b2220b1ed9a8 (patch)
treef6cf06166ef5c4da0b83d12791bb53218a4e325d /Kconfig
parent2701932899e91d92fcc41111b6eb6d37cc09e825 (diff)
downloadblackbird-obmc-linux-f26b9343f582f44ec920474d71b4b2220b1ed9a8.tar.gz
blackbird-obmc-linux-f26b9343f582f44ec920474d71b4b2220b1ed9a8.zip
drm/exynos: add support for pipeline clock to the framework
Components belonging to the same pipeline often requires synchronized clocks. Such clocks are sometimes provided by external clock controller, but they can be also provided by pipeline components. In latter case there should be a way to access them from another component belonging to the same pipeline. This is the case of: - DECON,FIMD -> HDMI and HDMI-PHY clock, - FIMD -> DP and DP clock in FIMD. The latter case has been solved by clock_enable callback in exynos_drm_crtc_ops. This solutin will not work with HDMI path as in this case clock is provided by encoder. This patch provides more generic solution allowing to register pipeline clock during initialization in exynos_drm_crtc structure. This way the clock will be easily accessible from both components. Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'Kconfig')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud