All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joonyoung Shim <jy0922.shim@samsung.com>
To: dri-devel@lists.freedesktop.org
Cc: inki.dae@samsung.com, kyungmin.park@samsung.com
Subject: [PATCH 0/5] Update dpms and PM for hdmi of exynos drm
Date: Mon, 23 Apr 2012 19:35:46 +0900	[thread overview]
Message-ID: <1335177351-11358-1-git-send-email-jy0922.shim@samsung.com> (raw)

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(-)

             reply	other threads:[~2012-04-23 10:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-23 10:35 Joonyoung Shim [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1335177351-11358-1-git-send-email-jy0922.shim@samsung.com \
    --to=jy0922.shim@samsung.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=inki.dae@samsung.com \
    --cc=kyungmin.park@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.