From: Inki Dae <inki.dae@samsung.com>
To: airlied@linux.ie, dri-devel@lists.freedesktop.org
Cc: Inki Dae <inki.dae@samsung.com>,
kyungmin.park@samsung.com, sw0312.kim@samsung.com
Subject: [PATCH 0/7] drm/exynos: add two devices support.
Date: Fri, 14 Oct 2011 12:52:17 +0900 [thread overview]
Message-ID: <1318564337-8332-1-git-send-email-inki.dae@samsung.com> (raw)
the patch sets are as the following.
- updated common overlay structure to support hdmi.
- fixed page flip feature for two devices to be supported.
- fixed a bug that fbdev reinitialization is failed.
- added comments and code clean.
this patch is based on git repository below:
git://people.freedesktop.org/~airlied/linux.git
branch name: drm-next
commit-id: b07759bf41d52aaecd5de92c7d725d6834b23349
Inki Dae (5):
drm/exynos: fixed overlay data updating.
drm/exynos: added device object as argument of subdrv_probe().
drm/exynos: fixed bug to exynos_drm_fb_dev_reinit().
drm/exynos: added comments and code clean.
drm/exynos: fixed build warnings and comments.
Seung-Woo Kim (1):
drm/exynos: fixed page flip bug.
Joonyoung Shim (1):
drm/exynos: fixed overlay updating time at page flip.
drivers/gpu/drm/exynos/exynos_drm_buf.h | 3 +
drivers/gpu/drm/exynos/exynos_drm_core.c | 2 +-
drivers/gpu/drm/exynos/exynos_drm_crtc.c | 123 +++++++++++++++++++----------
drivers/gpu/drm/exynos/exynos_drm_crtc.h | 1 -
drivers/gpu/drm/exynos/exynos_drm_drv.c | 14 +++
drivers/gpu/drm/exynos/exynos_drm_drv.h | 50 +++++++-----
drivers/gpu/drm/exynos/exynos_drm_fb.c | 20 ++---
drivers/gpu/drm/exynos/exynos_drm_fb.h | 10 ---
drivers/gpu/drm/exynos/exynos_drm_fbdev.c | 39 ++++++---
drivers/gpu/drm/exynos/exynos_drm_fimd.c | 89 ++++++++++++---------
10 files changed, 215 insertions(+), 136 deletions(-)
--
1.7.4.1
reply other threads:[~2011-10-14 3:52 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1318564337-8332-1-git-send-email-inki.dae@samsung.com \
--to=inki.dae@samsung.com \
--cc=airlied@linux.ie \
--cc=dri-devel@lists.freedesktop.org \
--cc=kyungmin.park@samsung.com \
--cc=sw0312.kim@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox