drm/mediatek: Use mailbox rx_callback instead of cmdq_task_cb
authorChun-Kuang Hu <chunkuang.hu@kernel.org>
Thu, 28 Oct 2021 10:19:07 +0000 (18:19 +0800)
committerChun-Kuang Hu <chunkuang.hu@kernel.org>
Wed, 17 Nov 2021 23:22:16 +0000 (07:22 +0800)
commit1ee07a683b7e4e6ad9ad4f77fce4751741bc8ceb
tree11c941c52160df08655416e5af15065e279ad15c
parent01365f549c8899a60bd6d30f31602b15f4270629
drm/mediatek: Use mailbox rx_callback instead of cmdq_task_cb

rx_callback is a standard mailbox callback mechanism and could cover the
function of proprietary cmdq_task_cb, so use the standard one instead of
the proprietary one.

Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
Signed-off-by: jason-jh.lin <jason-jh.lin@mediatek.com>
drivers/gpu/drm/mediatek/mtk_drm_crtc.c