Re: [PATCH v10 13/24] drm/mediatek: Manage component's clock with function pointers

2023-10-24 Thread 胡俊光

Re: [PATCH v10 13/24] drm/mediatek: Manage component's clock with function pointers

2023-10-19 Thread AngeloGioacchino Del Regno
Il 19/10/23 07:56, 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 clock control significantly. Signed-off-by: Hsiao Chien Sung Reviewed-by: AngeloGioacchino Del Regno

[PATCH v10 13/24] drm/mediatek: Manage component's clock with function pointers

2023-10-18 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 clock control significantly. Signed-off-by: Hsiao Chien Sung --- .../gpu/drm/mediatek/mtk_disp_ovl_adaptor.c | 89 +-- 1 file changed, 43