Re: [PATCH V9 13/43] drm/colorop: Add destroy functions for color pipeline

2025-05-15 Thread Simon Ser
Reviewed-by: Simon Ser

[PATCH V9 13/43] drm/colorop: Add destroy functions for color pipeline

2025-04-29 Thread Alex Hung
The functions are to clean up color pipeline when a device driver fails to create its color pipeline. Signed-off-by: Alex Hung Reviewed-by: Daniel Stone --- v9: - Move from from latest commit to here, and drm_colorop_pipeline_destroy is called in respective commits. drivers/gpu/drm/drm_co