From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: airlied@gmail.com, dri-devel@lists.freedesktop.org
Subject: [PULL] SH Mobile DRM driver for v3.7
Date: Fri, 14 Sep 2012 14:38:10 +0200 [thread overview]
Message-ID: <13614899.b5G7FiYMn5@avalon> (raw)
Hi Dave,
The SH Mobile DRM driver is now (in my opinion) ready for mainline. It
requires GEM and KMS/FB helpers that have been reviewed on the list and
tested. Sascha is waiting for them to reach your tree to send a pull request
for another new driver.
The following changes since commit 09e7dcf081b1100d1cdff57fa9eb25c3a834c9d6:
gma500: Remove unused variable (2012-09-13 11:40:05 +1000)
are available in the git repository at:
git://linuxtv.org/pinchartl/fbdev.git drm-lcdc
Lars-Peter Clausen (1):
DRM: Add DRM KMS/FB CMA helper
Laurent Pinchart (2):
drm: Add NV24 and NV42 pixel formats
drm: Renesas SH Mobile DRM driver
Sascha Hauer (1):
DRM: Add DRM GEM CMA helper
drivers/gpu/drm/Kconfig | 17 +
drivers/gpu/drm/Makefile | 3 +
drivers/gpu/drm/drm_crtc.c | 6 +
drivers/gpu/drm/drm_fb_cma_helper.c | 406 +++++++++++++
drivers/gpu/drm/drm_gem_cma_helper.c | 251 ++++++++
drivers/gpu/drm/shmobile/Kconfig | 10 +
drivers/gpu/drm/shmobile/Makefile | 7 +
drivers/gpu/drm/shmobile/shmob_drm_backlight.c | 90 +++
drivers/gpu/drm/shmobile/shmob_drm_backlight.h | 23 +
drivers/gpu/drm/shmobile/shmob_drm_crtc.c | 763 +++++++++++++++++++++++
drivers/gpu/drm/shmobile/shmob_drm_crtc.h | 60 ++
drivers/gpu/drm/shmobile/shmob_drm_drv.c | 361 +++++++++++
drivers/gpu/drm/shmobile/shmob_drm_drv.h | 48 ++
drivers/gpu/drm/shmobile/shmob_drm_kms.c | 160 +++++
drivers/gpu/drm/shmobile/shmob_drm_kms.h | 34 +
drivers/gpu/drm/shmobile/shmob_drm_plane.c | 268 +++++++++
drivers/gpu/drm/shmobile/shmob_drm_plane.h | 22 +
drivers/gpu/drm/shmobile/shmob_drm_regs.h | 311 ++++++++++
include/drm/drm_fb_cma_helper.h | 27 +
include/drm/drm_fourcc.h | 2 +
include/drm/drm_gem_cma_helper.h | 44 ++
include/drm/shmob_drm.h | 99 +++
22 files changed, 3012 insertions(+), 0 deletions(-)
create mode 100644 drivers/gpu/drm/drm_fb_cma_helper.c
create mode 100644 drivers/gpu/drm/drm_gem_cma_helper.c
create mode 100644 drivers/gpu/drm/shmobile/Kconfig
create mode 100644 drivers/gpu/drm/shmobile/Makefile
create mode 100644 drivers/gpu/drm/shmobile/shmob_drm_backlight.c
create mode 100644 drivers/gpu/drm/shmobile/shmob_drm_backlight.h
create mode 100644 drivers/gpu/drm/shmobile/shmob_drm_crtc.c
create mode 100644 drivers/gpu/drm/shmobile/shmob_drm_crtc.h
create mode 100644 drivers/gpu/drm/shmobile/shmob_drm_drv.c
create mode 100644 drivers/gpu/drm/shmobile/shmob_drm_drv.h
create mode 100644 drivers/gpu/drm/shmobile/shmob_drm_kms.c
create mode 100644 drivers/gpu/drm/shmobile/shmob_drm_kms.h
create mode 100644 drivers/gpu/drm/shmobile/shmob_drm_plane.c
create mode 100644 drivers/gpu/drm/shmobile/shmob_drm_plane.h
create mode 100644 drivers/gpu/drm/shmobile/shmob_drm_regs.h
create mode 100644 include/drm/drm_fb_cma_helper.h
create mode 100644 include/drm/drm_gem_cma_helper.h
create mode 100644 include/drm/shmob_drm.h
--
Regards,
Laurent Pinchart
next reply other threads:[~2012-09-14 12:37 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-14 12:38 Laurent Pinchart [this message]
2012-09-14 12:47 ` [PULL] SH Mobile DRM driver for v3.7 Alan Cox
2012-09-14 13:05 ` Laurent Pinchart
2012-09-14 22:57 ` Alan Cox
2012-09-14 23:15 ` Laurent Pinchart
2012-09-14 23:28 ` Dave Airlie
2012-09-14 23:36 ` Laurent Pinchart
2012-09-15 13:06 ` Lars-Peter Clausen
2012-09-16 15:38 ` Laurent Pinchart
2012-09-17 3:33 ` Dave Airlie
2012-09-18 10:31 ` [PULL v2] " Laurent Pinchart
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=13614899.b5G7FiYMn5@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=airlied@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
/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.