Re: [PATCH v9 16/22] drm/meditek: dpi: Add matrix_sel helper

2022-04-12 Thread Guillaume Ranquet
On Mon, 28 Mar 2022 10:49, Rex-BC Chen wrote: >On Mon, 2022-03-28 at 00:39 +0200, Guillaume Ranquet wrote: >> Add a mtk_dpi_matrix_sel() helper to update the DPI_MATRIX_SET >> register depending on the color format. >> >> Signed-off-by: Guillaume Ranquet >> --- >> drivers/gpu/drm/mediatek/mtk_dp

[PATCH v9 16/22] drm/meditek: dpi: Add matrix_sel helper

2022-03-27 Thread Guillaume Ranquet
Add a mtk_dpi_matrix_sel() helper to update the DPI_MATRIX_SET register depending on the color format. Signed-off-by: Guillaume Ranquet --- drivers/gpu/drm/mediatek/mtk_dpi.c | 21 + 1 file changed, 21 insertions(+) diff --git a/drivers/gpu/drm/mediatek/mtk_dpi.c b/drivers/