On Mon, 2 Mar 2020 at 13:08, Pankaj Bharadiya pankaj.laxminarayan.bharadiya@intel.com wrote:
This series addresses below drm_fb_helper tasks from Documentation/gpu/todo.rst.
The max connector argument for drm_fb_helper_init() isn't used anymore and can be removed.
The helper doesn't keep an array of connectors anymore so these can be removed: drm_fb_helper_single_add_all_connectors(), drm_fb_helper_add_one_connector() and drm_fb_helper_remove_one_connector().
Pankaj Bharadiya (9): drm: Remove unused arg from drm_fb_helper_init drm/radeon: remove radeon_fb_{add,remove}_connector functions drm/amdgpu: Remove drm_fb_helper_{add,remove}_one_connector calls drm/i915/display: Remove drm_fb_helper_{add,remove}_one_connector calls drm: Remove drm_fb_helper add, add all and remove connector calls drm/nouveau: Fix unused variable warning drm/bridge: remove unused variable warning in tc358764_detach drm/fb-helper: Remove drm_fb_helper add, add_all and remove connector functions drm/todo: Update drm_fb_helper tasks
With 6/9 and 7/9 squashed into 1/9, as suggested by Laurent + the wrapping retained as-is, the series is: Reviewed-by: Emil Velikov emil.velikov@collabora.com
-Emil P.S. I'm loving the diff stat :-)