[PATCH v3 0/5] drm/cma-helper drivers: Use drm_fbdev_generic_setup()

Noralf Trønnes noralf at tronnes.org
Wed Nov 28 21:27:08 UTC 2018


This patchset moves the drivers using the CMA helper fully over to the
generic fbdev emulation.

Changes this time is to remove a stray include from the rcar patch and
some more include cleanup in the cma-helper which required a change to
drm_framebuffer.h.

I'm still hoping to get driver maintainer ack's for the hisilicon and
mxsfb patches.

For context, here's part 1 of the generic fbdev emulation:
drm: Add generic fbdev emulation
https://patchwork.freedesktop.org/series/45848/

Noralf.

Cc: Xinliang Liu <z.liuxinliang at hisilicon.com>
Cc: Rongrong Zou <zourongrong at gmail.com>
Cc: Xinwei Kong <kong.kongxinwei at hisilicon.com>
Cc: Chen Feng <puck.chen at hisilicon.com>
Cc: Marek Vasut <marex at denx.de>
Cc: Laurent Pinchart <laurent.pinchart at ideasonboard.com>

Noralf Trønnes (5):
  drm/hisilicon/kirin: Use drm_fbdev_generic_setup()
  drm/mxsfb: Use drm_fbdev_generic_setup()
  drm/rcar-du: Use drm_fbdev_generic_setup()
  drm/framebuffer: Include linux/sched.h in header file
  drm/cma-helper: Remove unused fbdev code

 drivers/gpu/drm/Kconfig                         |   4 -
 drivers/gpu/drm/drm_fb_cma_helper.c             | 137 +-----------------------
 drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c |  38 +------
 drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.h |   4 -
 drivers/gpu/drm/mxsfb/mxsfb_drv.c               |  26 +----
 drivers/gpu/drm/mxsfb/mxsfb_drv.h               |   1 -
 drivers/gpu/drm/rcar-du/rcar_du_drv.c           |  14 +--
 drivers/gpu/drm/rcar-du/rcar_du_drv.h           |   2 -
 drivers/gpu/drm/rcar-du/rcar_du_kms.c           |  21 ----
 include/drm/drm_fb_cma_helper.h                 |  22 ----
 include/drm/drm_framebuffer.h                   |   1 +
 11 files changed, 11 insertions(+), 259 deletions(-)

-- 
2.15.1



More information about the dri-devel mailing list