All of lore.kernel.org
 help / color / mirror / Atom feed
From: Seung-Woo Kim <sw0312.kim@samsung.com>
To: dri-devel@lists.freedesktop.org, airlied@linux.ie
Cc: inki.dae@samsung.com, kyungmin.park@samsung.com, sw0312.kim@samsung.com
Subject: [PATCH 0/5] various patches related with hdmi of exynos drm
Date: Tue, 24 Apr 2012 19:47:49 +0900	[thread overview]
Message-ID: <1335264474-3292-1-git-send-email-sw0312.kim@samsung.com> (raw)

This patch set adds dvi mode, 1080p@30Hz mode, and vp scaling feature to
hdmi of exynos drm and fixes pageflip bug in interlace mode for hdmi.

This patch set is for drm-next branch and based on current patch sets from
Inki Dae and Joonyoung Shim. You can refer below links:
	http://www.spinics.net/lists/dri-devel/msg21739.html
	http://www.spinics.net/lists/dri-devel/msg21746.html
	http://www.spinics.net/lists/dri-devel/msg21734.html


Seung-Woo Kim (5):
  drm/exynos: fixed wrong pageflip finish event for interlace mode
  drm/exynos: enable dvi mode for dvi monitor
  drm/exynos: add additional display mode for hdmi
  drm/exynos: added source size to overlay structure
  drm/exynos: added vp scaling feature for hdmi

 drivers/gpu/drm/exynos/exynos_drm_crtc.c  |    4 +
 drivers/gpu/drm/exynos/exynos_drm_crtc.h  |    4 +
 drivers/gpu/drm/exynos/exynos_drm_drv.h   |    4 +
 drivers/gpu/drm/exynos/exynos_drm_plane.c |   10 ++--
 drivers/gpu/drm/exynos/exynos_hdmi.c      |   85 +++++++++++++++++++++++--
 drivers/gpu/drm/exynos/exynos_mixer.c     |  100 ++++++++++++-----------------
 drivers/gpu/drm/exynos/regs-hdmi.h        |    6 +-
 7 files changed, 140 insertions(+), 73 deletions(-)

-- 
1.7.4.1

             reply	other threads:[~2012-04-24 10:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-24 10:47 Seung-Woo Kim [this message]
2012-04-24 10:47 ` [PATCH 1/5] drm/exynos: fixed wrong pageflip finish event for interlace mode Seung-Woo Kim
2012-04-24 10:47 ` [PATCH 2/5] drm/exynos: enable dvi mode for dvi monitor Seung-Woo Kim
2012-04-24 10:47 ` [PATCH 3/5] drm/exynos: add additional display mode for hdmi Seung-Woo Kim
2012-04-24 10:47 ` [PATCH 4/5] drm/exynos: added source size to overlay structure Seung-Woo Kim
2012-04-24 10:47 ` [PATCH 5/5] drm/exynos: added vp scaling feature for hdmi Seung-Woo Kim

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=1335264474-3292-1-git-send-email-sw0312.kim@samsung.com \
    --to=sw0312.kim@samsung.com \
    --cc=airlied@linux.ie \
    --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.