Re: [PATCH v2] drm/mediatek: support CMDQ interface in ddp component

2019-10-30 Thread CK Hu
Hi, Bibby: On Fri, 2019-10-25 at 13:38 +0800, Bibby Hsieh wrote: > The CMDQ (Command Queue) in MT8183 is used to help > update all relevant display controller registers > with critical time limation. > This patch add cmdq interface in ddp_comp interface, > let all ddp_comp interface can support cp

[PATCH v2] drm/mediatek: support CMDQ interface in ddp component

2019-10-24 Thread Bibby Hsieh
The CMDQ (Command Queue) in MT8183 is used to help update all relevant display controller registers with critical time limation. This patch add cmdq interface in ddp_comp interface, let all ddp_comp interface can support cpu/cmdq function at the same time. This patch depends on ptach: add drm supp