Re: [PATCH v17 11/21] drm/mediatek: add display merge start/stop API for cmdq support

2022-04-25 Thread Matthias Brugger
On 25/04/2022 15:32, Chun-Kuang Hu wrote: Hi, Matthias: Matthias Brugger 於 2022年4月22日 週五 下午7:48寫道: On 16/04/2022 04:07, Nancy.Lin wrote: Add merge start/stop API for cmdq support. The ovl_adaptor merges are configured with each drm plane update. Need to enable/disable merge with cmdq ma

Re: [PATCH v17 11/21] drm/mediatek: add display merge start/stop API for cmdq support

2022-04-25 Thread Chun-Kuang Hu
Hi, Matthias: Matthias Brugger 於 2022年4月22日 週五 下午7:48寫道: > > > > On 16/04/2022 04:07, Nancy.Lin wrote: > > Add merge start/stop API for cmdq support. The ovl_adaptor merges > > are configured with each drm plane update. Need to enable/disable > > merge with cmdq making sure all the settings taken

Re: [PATCH v17 11/21] drm/mediatek: add display merge start/stop API for cmdq support

2022-04-22 Thread Matthias Brugger
On 16/04/2022 04:07, Nancy.Lin wrote: Add merge start/stop API for cmdq support. The ovl_adaptor merges are configured with each drm plane update. Need to enable/disable merge with cmdq making sure all the settings taken effect in the same vblank. Signed-off-by: Nancy.Lin Reviewed-by: Chun-K