On Mon, Apr 12, 2021 at 6:18 AM Yongqiang Niu yongqiang.niu@mediatek.com wrote:
This series base linux 5.12-rc2 these patches will cause home ui flick when cursor moved, there is no fix solution yet, revert these patches first.
change since v1: add mtk-gce.txt and dts modification
Yongqiang Niu (5): Revert "drm/mediatek: Make sure previous message done or be aborted before send" Revert "mailbox: mediatek: remove implementation related to atomic_exec" Revert "dt-bindings: mailbox: mtk-gce: fix incorrect mbox-cells value" Revert "arm64: dts: mediatek: mt8183: fix gce incorrect mbox-cells value" arm64: dts: mediatek: mt8183: add gce information for mmsys
.../devicetree/bindings/mailbox/mtk-gce.txt | 2 +- arch/arm64/boot/dts/mediatek/mt8183.dtsi | 5 +- drivers/gpu/drm/mediatek/mtk_drm_crtc.c | 1 - drivers/mailbox/mtk-cmdq-mailbox.c | 80 +++++++++++++++++++--- 4 files changed, 76 insertions(+), 12 deletions(-)
Please break the patchsets (this and the other 3) into mailbox only and platform specific ones. Also, it would help if there are some acked/reviewed by some mtk folks especially when reverting patches.
thanks