]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6736494a850a9c841f35513f437d717e94bf72d6
tree9a49c5bc58644687126c2ad7fd240739afa0950f
parent73690f9dd0b58541416eb4ebe2524f9fbfda13a2
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