Re: [PATCH v2] drm/mediatek: Add ovl_adaptor get format function

2023-03-29 Thread 林欣螢

Re: [PATCH v2] drm/mediatek: Add ovl_adaptor get format function

2023-03-29 Thread AngeloGioacchino Del Regno
Il 29/03/23 03:59, Nancy.Lin ha scritto: Add ovl_adaptor get_format and get_num_formats component function. The two functions are need for getting the supported format in mtk_plane_init(). Signed-off-by: Nancy.Lin Small note: This commit depends on f287c66a6064 ("drm/mediatek: Refactor

Re: [PATCH v2] drm/mediatek: Add ovl_adaptor get format function

2023-03-29 Thread 胡俊光

[PATCH v2] drm/mediatek: Add ovl_adaptor get format function

2023-03-28 Thread Nancy . Lin
Add ovl_adaptor get_format and get_num_formats component function. The two functions are need for getting the supported format in mtk_plane_init(). Signed-off-by: Nancy.Lin --- drivers/gpu/drm/mediatek/mtk_disp_drv.h | 2 ++ .../gpu/drm/mediatek/mtk_disp_ovl_adaptor.c | 24