Re: [PATCH v2 3/4] drm/panel: deprecate old-style panel allocation

2025-03-28 Thread Luca Ceresoli
On Thu, 27 Mar 2025 10:55:41 -0400 Anusha Srivatsa wrote: > Start moving to the new refcounted allocations using > the new API devm_drm_panel_alloc(). Deprecate any other > allocation. > > v2: make the documentation changes in v1 more precise (Maxime) Note that the changelog (list of changes si

Re: [PATCH v2 3/4] drm/panel: deprecate old-style panel allocation

2025-03-27 Thread Maxime Ripard
On Thu, 27 Mar 2025 10:55:41 -0400, Anusha Srivatsa wrote: > Start moving to the new refcounted allocations using > the new API devm_drm_panel_alloc(). Deprecate any other > allocation. > > v2: make the documentation changes in v1 more precise (Maxime) > > [ ... ] Reviewed-by: Maxime Ripard Th