]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "drm/mediatek: Detect CMDQ execution timeout"
authorChun-Kuang Hu <chunkuang.hu@kernel.org>
Thu, 7 Oct 2021 23:25:32 +0000 (07:25 +0800)
committerChun-Kuang Hu <chunkuang.hu@kernel.org>
Tue, 12 Oct 2021 00:01:46 +0000 (08:01 +0800)
commit47aca5c550353570139cccbb98d98f8ab5273cb0
tree82c3698032ab110ca2a2d64663c44c14c02586f0
parentfd6dede36c37bcbad2a5fca12447ebf6a2c838e7
Revert "drm/mediatek: Detect CMDQ execution timeout"

This reverts commit 32ea2f6dab92b028b28d27a333980b775e9cd715.

Commit 6736494a850a
("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