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

Provide a drm_colorop_funcs instance for vkms 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>
Reviewed-by: Louis Chauvet <louis.chauvet@bootlin.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-5-chaitanya.kumar.borah@intel.com
drivers/gpu/drm/vkms/vkms_colorop.c