Re: [PATCH v8 09/19] drm/mediatek: dpi: move dimension_mask to board config

2022-02-21 Thread AngeloGioacchino Del Regno
Il 18/02/22 15:54, Guillaume Ranquet ha scritto: Add flexibility by moving the dimension mask to board config You should really fix both title and description for this commit, as this is moving hvsize_mask, not dimension_mask. Also, s/board/SoC/g. Signed-off-by: Guillaume Ranquet --- driv

Re: [PATCH v8 09/19] drm/mediatek: dpi: move dimension_mask to board config

2022-02-20 Thread Chun-Kuang Hu
Hi, Guillaume: Guillaume Ranquet 於 2022年2月18日 週五 下午10:56寫道: > > Add flexibility by moving the dimension mask to board config Replace 'board' with 'SoC'. > > Signed-off-by: Guillaume Ranquet > --- > drivers/gpu/drm/mediatek/mtk_dpi.c | 12 ++-- > 1 file changed, 10 insertions(+), 2 del

[PATCH v8 09/19] drm/mediatek: dpi: move dimension_mask to board config

2022-02-18 Thread Guillaume Ranquet
Add flexibility by moving the dimension mask to board config Signed-off-by: Guillaume Ranquet --- drivers/gpu/drm/mediatek/mtk_dpi.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/mediatek/mtk_dpi.c b/drivers/gpu/drm/mediatek/mtk_dpi.c index 8c