[PATCH v8 0/5] drm/fb-helper: Move modesetting code to drm_client

Noralf Trønnes noralf at tronnes.org
Sat Jun 8 15:26:52 UTC 2019


This moves the modesetting code from drm_fb_helper to drm_client so it
can be shared by all internal clients.

Let's see what the CI says about the remaining patches. I have added the
bootsplash todo entry patch adding Sam as contact.

Noralf.

Noralf Trønnes (5):
  drm/fb-helper: Remove drm_fb_helper_connector
  drm/fb-helper: Prepare to move out modeset config code
  drm/fb-helper: Move out modeset config code
  drm/client: Hack: Add bootsplash example
  drm/todo: Add bootsplash entry

 Documentation/gpu/todo.rst           |  19 +
 drivers/gpu/drm/Kconfig              |   5 +
 drivers/gpu/drm/Makefile             |   1 +
 drivers/gpu/drm/drm_bootsplash.c     | 358 +++++++++++
 drivers/gpu/drm/drm_client.c         |   7 +
 drivers/gpu/drm/drm_client_modeset.c | 707 ++++++++++++++++++++-
 drivers/gpu/drm/drm_drv.c            |   4 +
 drivers/gpu/drm/drm_fb_helper.c      | 886 +--------------------------
 include/drm/drm_client.h             |  23 +-
 include/drm/drm_fb_helper.h          |  84 +--
 10 files changed, 1149 insertions(+), 945 deletions(-)
 create mode 100644 drivers/gpu/drm/drm_bootsplash.c

-- 
2.20.1



More information about the dri-devel mailing list