Re: [PATCH v8 16/23] drm/mediatek: Start/Stop components with function pointers

2023-10-17 Thread AngeloGioacchino Del Regno
Il 16/10/23 12:40, Hsiao Chien Sung ha scritto: By registering component related functions to the pointers, we can easily manage them within a for-loop and simplify the logic of component start/stop process. Reviewed-by: CK Hu Signed-off-by: Hsiao Chien Sung Reviewed-by: AngeloGioacchino Del

[PATCH v8 16/23] drm/mediatek: Start/Stop components with function pointers

2023-10-16 Thread Hsiao Chien Sung
By registering component related functions to the pointers, we can easily manage them within a for-loop and simplify the logic of component start/stop process. Reviewed-by: CK Hu Signed-off-by: Hsiao Chien Sung --- .../gpu/drm/mediatek/mtk_disp_ovl_adaptor.c | 20 +-- 1 file c