drm/mediatek: Use mailbox rx_callback instead of cmdq_task_cb
authorChun-Kuang Hu <chunkuang.hu@kernel.org>
Thu, 1 Jul 2021 13:20:53 +0000 (21:20 +0800)
committerChun-Kuang Hu <chunkuang.hu@kernel.org>
Mon, 16 Aug 2021 23:08:11 +0000 (07:08 +0800)
commitc1ec54b7b5af25c779192253f5a9f05e95cb43d7
tree9a49c5bc58644687126c2ad7fd240739afa0950f
parent5b0ef98ed1e227b3e113a095abcaa0a22bb18400
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>
drivers/gpu/drm/mediatek/mtk_drm_crtc.c