Linux Samsung SOC development
 help / color / mirror / Atom feed
* [PATCH 0/6] drm/exynos: add pipeline clock support
@ 2016-03-23 13:25 Andrzej Hajda
  2016-03-23 13:25 ` [PATCH 1/6] drm/exynos: add helper to get crtc from pipe Andrzej Hajda
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Andrzej Hajda @ 2016-03-23 13:25 UTC (permalink / raw)
  To: Inki Dae
  Cc: Andrzej Hajda, Bartlomiej Zolnierkiewicz, Marek Szyprowski,
	Kyungmin Park, open list:DRM DRIVERS FOR EXYNOS,
	moderated list:ARM/SAMSUNG EXYNOS ARM ARCHITECTURES

Hi Inki,

In case of some pipielines there is need to set clock in one component
by driver of another component, for example:
1. Decon and Mixer driver must enable HDMI-PHY clock before configuration.
2. DP driver must enable DP clock provided by FIMD.

This set of patches provide more generic solution for such problem
than currently present clock_enable callback. More details in particular
patches. The patchset is based on recently sent patchset with HDMI/DECON
path fixes[1].

[1]: http://permalink.gmane.org/gmane.comp.video.dri.devel/149714

Regards
Andrzej


Andrzej Hajda (6):
  drm/exynos: add helper to get crtc from pipe
  drm/exynos: add support for pipeline clock to the framework
  drm/exynos/hdmi: expose HDMI-PHY clock as pipeline clock
  drm/exynos/decon5433: enable HDMI-PHY before configuring DECON
  drm/exynos/mixer: enable HDMI-PHY before configuring MIXER
  drm/exynos: convert clock_enable crtc callback to pipeline clock

 drivers/gpu/drm/exynos/exynos5433_drm_decon.c |  4 ++
 drivers/gpu/drm/exynos/exynos_dp_core.c       |  8 +---
 drivers/gpu/drm/exynos/exynos_drm_crtc.c      | 10 ++--
 drivers/gpu/drm/exynos/exynos_drm_drv.h       | 25 ++++++++--
 drivers/gpu/drm/exynos/exynos_drm_fimd.c      | 27 ++++++-----
 drivers/gpu/drm/exynos/exynos_hdmi.c          | 67 +++++++++++++++++++--------
 drivers/gpu/drm/exynos/exynos_mixer.c         |  4 ++
 7 files changed, 95 insertions(+), 50 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-05-09 13:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-23 13:25 [PATCH 0/6] drm/exynos: add pipeline clock support Andrzej Hajda
2016-03-23 13:25 ` [PATCH 1/6] drm/exynos: add helper to get crtc from pipe Andrzej Hajda
2016-03-23 13:25 ` [PATCH 2/6] drm/exynos: add support for pipeline clock to the framework Andrzej Hajda
2016-03-23 13:25 ` [PATCH 3/6] drm/exynos/hdmi: expose HDMI-PHY clock as pipeline clock Andrzej Hajda
2016-05-04  9:52   ` Andrzej Hajda
2016-05-09 13:25     ` Inki Dae
2016-03-23 13:26 ` [PATCH 4/6] drm/exynos/decon5433: enable HDMI-PHY before configuring DECON Andrzej Hajda
2016-03-23 13:26 ` [PATCH 5/6] drm/exynos/mixer: enable HDMI-PHY before configuring MIXER Andrzej Hajda
2016-03-23 13:26 ` [PATCH 6/6] drm/exynos: convert clock_enable crtc callback to pipeline clock Andrzej Hajda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox