]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "drm/mediatek: Remove struct cmdq_client"
authorChun-Kuang Hu <chunkuang.hu@kernel.org>
Thu, 7 Oct 2021 23:27:11 +0000 (07:27 +0800)
committerChun-Kuang Hu <chunkuang.hu@kernel.org>
Tue, 12 Oct 2021 00:02:06 +0000 (08:02 +0800)
commit569cf9473ffc31b7ff74e00372d49ad7c6db6c10
tree4564ec5d28b498f0df5e325b22909014de38b7c0
parent5615c36abc6e75ef7d656c71ce3c7f5460b91258
Revert "drm/mediatek: Remove struct cmdq_client"

This reverts commit 7ce80127e607ce789e42060bf80732627082b234.

Commit d4377f43afa9
("drm/mediatek: Use mailbox rx_callback instead of cmdq_task_cb")
would cause numerous mtk cmdq mailbox driver warning:

WARNING: CPU: 0 PID: 0 at drivers/mailbox/mtk-cmdq-mailbox.c:198
cmdq_task_exec_done+0xb8/0xe0

So revert that patch and all the patches depend on that patch.

Reported-by: Enric Balletbo Serra <eballetbo@gmail.com>
Tested-by: Enric Balletbo Serra <eballetbo@gmail.com>
Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
drivers/gpu/drm/mediatek/mtk_drm_crtc.c