All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] SH Mobile DRM driver for v3.7
@ 2012-09-14 12:38 Laurent Pinchart
  2012-09-14 12:47 ` Alan Cox
  2012-09-14 23:28 ` Dave Airlie
  0 siblings, 2 replies; 11+ messages in thread
From: Laurent Pinchart @ 2012-09-14 12:38 UTC (permalink / raw)
  To: airlied, dri-devel

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

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

end of thread, other threads:[~2012-09-18 10:31 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-14 12:38 [PULL] SH Mobile DRM driver for v3.7 Laurent Pinchart
2012-09-14 12:47 ` 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

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.