All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Update dpms and PM for hdmi of exynos drm
@ 2012-04-23 10:35 Joonyoung Shim
  2012-04-23 10:35 ` [PATCH 1/5] drm/exynos: cleanup for hdmi platform data Joonyoung Shim
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Joonyoung Shim @ 2012-04-23 10:35 UTC (permalink / raw)
  To: dri-devel; +Cc: inki.dae, kyungmin.park

This patchset is to support dpms and PM for hdmi of exynos drm. The
exynos hdmi has internal and externel interrupt handler for hotplug
detection. We can select whether use which interrupt handler by power
state of hdmi.

The base of this patchset is Linux 3.4-rc4.

Joonyoung Shim (5):
      drm/exynos: cleanup for hdmi platform data
      drm/exynos: use platform_get_irq_byname for hdmi
      drm/exynos: use threaded irq for hdmi hotplug
      drm/exynos: add dpms for hdmi
      drm/exynos: add PM functions for hdmi and mixer

 drivers/gpu/drm/exynos/exynos_drm_hdmi.c |   77 ++++---
 drivers/gpu/drm/exynos/exynos_drm_hdmi.h |    6 +-
 drivers/gpu/drm/exynos/exynos_hdmi.c     |  344 ++++++++++++++++--------------
 drivers/gpu/drm/exynos/exynos_mixer.c    |  301 ++++++++++++++------------
 include/drm/exynos_drm.h                 |   12 +-
 5 files changed, 394 insertions(+), 346 deletions(-)

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

end of thread, other threads:[~2012-04-23 10:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-23 10:35 [PATCH 0/5] Update dpms and PM for hdmi of exynos drm Joonyoung Shim
2012-04-23 10:35 ` [PATCH 1/5] drm/exynos: cleanup for hdmi platform data Joonyoung Shim
2012-04-23 10:35 ` [PATCH 2/5] drm/exynos: use platform_get_irq_byname for hdmi Joonyoung Shim
2012-04-23 10:35 ` [PATCH 3/5] drm/exynos: use threaded irq for hdmi hotplug Joonyoung Shim
2012-04-23 10:35 ` [PATCH 4/5] drm/exynos: add dpms for hdmi Joonyoung Shim
2012-04-23 10:35 ` [PATCH 5/5] drm/exynos: add PM functions for hdmi and mixer Joonyoung Shim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.