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 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx