Re: [PATCH v2] drm/mediatek: add AAL output size configuration

2021-08-11 Thread Chun-Kuang Hu
Hi, Jason: jason-jh.lin 於 2021年8月10日 週二 上午10:55寫道: > > To avoid the output width and height is incorrect, > AAL_OUTPUT_SIZE configuration should be set. Applied to mediatek-drm-fixes [1], thanks. [1] https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux.git/log/?h=mediatek-drm-fix

[PATCH v2] drm/mediatek: add AAL output size configuration

2021-08-09 Thread jason-jh . lin
To avoid the output width and height is incorrect, AAL_OUTPUT_SIZE configuration should be set. Fixes: 0664d1392c26 ("drm/mediatek: Add AAL engine basic function") Signed-off-by: jason-jh.lin --- Change in v2: - fix to one line --- drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c | 2 ++ 1 file chang