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@hisilicon.com Cc: Rongrong Zou zourongrong@gmail.com Cc: Xinwei Kong kong.kongxinwei@hisilicon.com Cc: Chen Feng puck.chen@hisilicon.com Cc: Marek Vasut marex@denx.de Cc: Laurent Pinchart laurent.pinchart@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(-)