Re: [PATCH v8 15/23] drm/mediatek: Manage component's clock with function pointers

2023-10-17 Thread AngeloGioacchino Del Regno
Il 17/10/23 12:50, Shawn Sung (宋孝謙) ha scritto: Hi Angelo, On Tue, 2023-10-17 at 11:47 +0200, AngeloGioacchino Del Regno wrote: 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 t

Re: [PATCH v8 15/23] drm/mediatek: Manage component's clock with function pointers

2023-10-17 Thread 宋孝謙

Re: [PATCH v8 15/23] drm/mediatek: Manage component's clock 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 clock control significantly. Reviewed-by: CK Hu Signed-off-by: Hsiao Chien Sung --- .../gpu/drm/mediatek/mtk_disp_

Re: [PATCH v8 15/23] drm/mediatek: Manage component's clock 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 clock control significantly. Reviewed-by: CK Hu Signed-off-by: Hsiao Chien Sung Reviewed-by: AngeloGioacchino Del