[PATCH] drm/mediatek: Replace custom compare_dev with component_compare_of

2025-04-05 Thread shao.mingyin
From: Tang Dongxing Remove the custom device comparison function compare_dev and replace it with the existing kernel helper component_compare_of Signed-off-by: Tang Dongxing Signed-off-by: Shao Mingyin --- drivers/gpu/drm/mediatek/mtk_disp_ovl_adaptor.c | 7 +-- 1 file changed, 1 insertio

Re: [PATCH] drm/mediatek: Replace custom compare_dev with component_compare_of

2025-04-03 Thread AngeloGioacchino Del Regno
Il 03/04/25 09:54, shao.ming...@zte.com.cn ha scritto: From: Tang Dongxing Remove the custom device comparison function compare_dev and replace it with the existing kernel helper component_compare_of Signed-off-by: Tang Dongxing Signed-off-by: Shao Mingyin Reviewed-by: AngeloGioacchino Del