Hi Am 27.03.19 um 14:45 schrieb Noralf Trønnes: > > > Den 26.03.2019 18.55, skrev Noralf Trønnes: >> This moves the modesetting code from drm_fb_helper to drm_client so it >> can be shared by all internal clients. >> >> I have also added a client display abstraction and a bootsplash example >> client to show where this might be heading. Hopefully Max Staudt will be >> able to pick up his bootsplash work now. > > I get 'User has moved to <unknown>' failure on Max's email address. If > someone knows his new address, please cc him this cover letter. He left SUSE quiet a while ago. Best regards Thomas > > Noralf. > >> >> Noralf. >> >> Noralf Trønnes (16): >> drm/fb-helper: Remove unused gamma_size variable >> drm/fb-helper: dpms_legacy(): Only set on connectors in use >> drm/atomic: Move __drm_atomic_helper_disable_plane/set_config() >> drm/fb-helper: No need to cache rotation and sw_rotations >> drm/fb-helper: Remove drm_fb_helper_crtc->{x,y,desired_mode} >> drm/i915/fbdev: Move intel_fb_initial_config() to fbdev helper >> drm/fb-helper: Remove drm_fb_helper_crtc >> drm/fb-helper: Prepare to move out commit code >> drm/fb-helper: Move out commit code >> 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/fb-helper: Avoid race with DRM userspace >> drm/client: Add display abstraction >> drm/client: Hack: Add bootsplash example >> drm/vc4: Call drm_dev_register() after all setup is done >> >> Documentation/gpu/todo.rst | 10 + >> drivers/gpu/drm/Kconfig | 5 + >> drivers/gpu/drm/Makefile | 1 + >> drivers/gpu/drm/drm_atomic.c | 168 ++++ >> drivers/gpu/drm/drm_atomic_helper.c | 164 --- >> drivers/gpu/drm/drm_auth.c | 20 + >> drivers/gpu/drm/drm_bootsplash.c | 216 ++++ >> drivers/gpu/drm/drm_client.c | 1449 +++++++++++++++++++++++++++ >> drivers/gpu/drm/drm_crtc_internal.h | 5 + >> drivers/gpu/drm/drm_drv.c | 4 + >> drivers/gpu/drm/drm_fb_helper.c | 1151 ++------------------- >> drivers/gpu/drm/drm_internal.h | 2 + >> drivers/gpu/drm/i915/intel_fbdev.c | 218 ---- >> drivers/gpu/drm/vc4/vc4_drv.c | 6 +- >> include/drm/drm_atomic_helper.h | 4 - >> include/drm/drm_client.h | 117 +++ >> include/drm/drm_fb_helper.h | 127 +-- >> 17 files changed, 2128 insertions(+), 1539 deletions(-) >> create mode 100644 drivers/gpu/drm/drm_bootsplash.c >> > _______________________________________________ > dri-devel mailing list > dri-devel@xxxxxxxxxxxxxxxxxxxxx > https://lists.freedesktop.org/mailman/listinfo/dri-devel > -- Thomas Zimmermann Graphics Driver Developer SUSE Linux GmbH, Maxfeldstrasse 5, 90409 Nuernberg, Germany GF: Felix Imendörffer, Mary Higgins, Sri Rasiah HRB 21284 (AG Nürnberg)
Attachment:
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx