Re: [PATCH v10 07/16] drm/mediatek: aal: Use bitfield macros

2023-10-11 Thread 胡俊光

Re: [PATCH v10 07/16] drm/mediatek: aal: Use bitfield macros

2023-10-11 Thread Nícolas F . R . A . Prado
On Fri, Aug 04, 2023 at 09:28:41AM +0200, AngeloGioacchino Del Regno wrote: > Make the code more robust and improve readability by using bitfield > macros instead of open coding bit operations. > > Signed-off-by: AngeloGioacchino Del Regno > Reviewed-by: Nícolas F. R. A. Prado Thanks, Nícolas

[PATCH v10 07/16] drm/mediatek: aal: Use bitfield macros

2023-08-04 Thread AngeloGioacchino Del Regno
Make the code more robust and improve readability by using bitfield macros instead of open coding bit operations. Signed-off-by: AngeloGioacchino Del Regno --- drivers/gpu/drm/mediatek/mtk_disp_aal.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/