]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Hook up colorop destroy helper for plane pipelines
authorChaitanya Kumar Borah <chaitanya.kumar.borah@intel.com>
Mon, 2 Feb 2026 09:41:56 +0000 (15:11 +0530)
committerSuraj Kandpal <suraj.kandpal@intel.com>
Tue, 10 Feb 2026 05:33:04 +0000 (11:03 +0530)
commit3f85dd9b8a2a2ea1599e4e16f57aeb693a059c55
treef5764adc9dd513cd7634c2223f938b389e923032
parent2864667476a40525511a1e854bcfa7c90392a990
drm/amd/display: Hook up colorop destroy helper for plane pipelines

Provide a drm_colorop_funcs instance for amdgpu_dm color pipeline
objects and hook up the common drm_colorop_destroy() helper as the
destroy callback.

Signed-off-by: Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com>
Reviewed-by: Uma Shankar <uma.shankar@intel.com>
Reviewed-by: Alex Hung <alex.hung@amd.com>
Acked-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com>
Link: https://patch.msgid.link/20260202094202.2871478-4-chaitanya.kumar.borah@intel.com
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_colorop.c