[PULL] drm-misc-next

Sean Paul seanpaul at chromium.org
Fri Aug 18 17:00:44 UTC 2017


Hi Dave,
Here's the last of -misc-next for 4.14, we'll switch over to drm-misc-next-fixes
now and drm-misc-next will target 4.15. I'll send a PSA to misc committers once
the branches are set up.

Since we just send a pull a few days ago, there's not much here, and the tl;dr
is Noralf. We have the end of one great gem cleanup set, and the start of
another. There are also a few trivial patches in there, but nothing worth
calling out.

drm-misc-next-2017-08-18:
Cross-subsystem Changes:
- Add tinydrm to MAINTAINERS using -misc tree and Noralf as maintainer (Noralf)

Core Changes:
- Finish dumb_mmap_offset cleanup by removing gem_cma_dumb_map_offset() (Noralf)
- Add gem_framebuffer helper to facilitate removal of fb_cma cargo cult (Noralf)

Driver Changes:
- Various trivial patches

Cc: Noralf Trønnes <noralf at tronnes.org>

Cheers, Sean


The following changes since commit 8824c751eb61ebffb053c291199932845bac88b4:

  Merge tag 'omapdrm-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-next (2017-08-18 05:41:32 +1000)

are available in the git repository at:

  git://anongit.freedesktop.org/git/drm-misc tags/drm-misc-next-2017-08-18

for you to fetch changes up to 0e8841ec7ee5b1ffe416c3be7743985b1896ec00:

  Merge airlied/drm-next into drm-misc-next (2017-08-18 10:52:44 -0400)

----------------------------------------------------------------
Cross-subsystem Changes:
- Add tinydrm to MAINTAINERS using -misc tree and Noralf as maintainer (Noralf)

Core Changes:
- Finish dumb_mmap_offset cleanup by removing gem_cma_dumb_map_offset() (Noralf)
- Add gem_framebuffer helper to facilitate removal of fb_cma cargo cult (Noralf)

Driver Changes:
- Various trivial patches

Cc: Noralf Trønnes <noralf at tronnes.org>

----------------------------------------------------------------
Arvind Yadav (1):
      drm: udl: constify usb_device_id

Colin Ian King (1):
      drm/tinydrm: make function st7586_pipe_enable static

Gustavo A. R. Silva (1):
      drm/gma500: fix potential NULL pointer dereference dereference

Noralf Trønnes (5):
      drm: Add GEM backed framebuffer library
      drm/fb-cma-helper: Use drm_gem_framebuffer_helper
      drm/pl111: Use drm_gem_fb_create() and drm_gem_fb_prepare_fb()
      drm/vc4: Use drm_gem_fb_create()
      MAINTAINERS: Add drm/tinydrm maintainer entry

Sean Paul (1):
      Merge airlied/drm-next into drm-misc-next

 Documentation/gpu/drm-kms-helpers.rst         |   9 +
 MAINTAINERS                                   |   8 +
 drivers/gpu/drm/Makefile                      |   2 +-
 drivers/gpu/drm/drm_fb_cma_helper.c           | 180 +++-------------
 drivers/gpu/drm/drm_gem_framebuffer_helper.c  | 283 ++++++++++++++++++++++++++
 drivers/gpu/drm/gma500/mdfld_dsi_pkg_sender.c |   4 +-
 drivers/gpu/drm/pl111/pl111_display.c         |   3 +-
 drivers/gpu/drm/pl111/pl111_drv.c             |   3 +-
 drivers/gpu/drm/tinydrm/st7586.c              |   4 +-
 drivers/gpu/drm/udl/udl_drv.c                 |   2 +-
 drivers/gpu/drm/vc4/vc4_kms.c                 |   3 +-
 include/drm/drm_framebuffer.h                 |   7 +
 include/drm/drm_gem_framebuffer_helper.h      |  37 ++++
 13 files changed, 386 insertions(+), 159 deletions(-)
 create mode 100644 drivers/gpu/drm/drm_gem_framebuffer_helper.c
 create mode 100644 include/drm/drm_gem_framebuffer_helper.h

-- 
Sean Paul, Software Engineer, Google / Chromium OS


More information about the dri-devel mailing list