]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/panel: deprecate old-style panel allocation
authorAnusha Srivatsa <asrivats@redhat.com>
Mon, 31 Mar 2025 15:15:27 +0000 (11:15 -0400)
committerMaxime Ripard <mripard@kernel.org>
Tue, 1 Apr 2025 14:58:05 +0000 (16:58 +0200)
commitc5a635f58e4b9cc5d471c67955d02de306b6b27d
tree976f0d6f9e334fe91de8b7ea982c6649621f7784
parentdcba396f69073d4ea8c04374fdd207e67e5b5a94
drm/panel: deprecate old-style panel allocation

Start moving to the new refcounted allocations using
the new API devm_drm_panel_alloc(). Deprecate any other
allocation.

Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Reviewed-by: Maxime Ripard <mripard@kernel.org>
Signed-off-by: Anusha Srivatsa <asrivats@redhat.com>
Link: https://lore.kernel.org/r/20250331-b4-panel-refcounting-v4-3-dad50c60c6c9@redhat.com
Signed-off-by: Maxime Ripard <mripard@kernel.org>
drivers/gpu/drm/drm_panel.c