Re: [PATCH 1/2] drm/mediatek: Support CMDQ interface in ddp component

2019-09-05 Thread Nicolas Boichat
On Fri, Aug 30, 2019 at 3:41 PM 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 cpu/cmdq funct

Re: [PATCH 1/2] drm/mediatek: Support CMDQ interface in ddp component

2019-09-02 Thread Nicolas Boichat
On Fri, Aug 30, 2019 at 3:41 PM 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 cpu/cmdq funct

Re: [PATCH 1/2] drm/mediatek: Support CMDQ interface in ddp component

2019-09-01 Thread CK Hu
Hi, Bibby: On Fri, 2019-08-30 at 15:41 +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 1/2] drm/mediatek: Support CMDQ interface in ddp component

2019-08-30 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. Signed-off-by: YT Shen Signed-off-by: CK