drm/mediatek: Add cmdq_handle in mtk_crtc
authorChun-Kuang Hu <chunkuang.hu@kernel.org>
Sun, 4 Jul 2021 08:27:01 +0000 (16:27 +0800)
committerChun-Kuang Hu <chunkuang.hu@kernel.org>
Mon, 16 Aug 2021 23:08:11 +0000 (07:08 +0800)
commitbc9241be73d9b2b3bcb7033598521fd669639848
tree9a69a2cd236c05c57fb16e6657e983c8d2102911
parent8cdcb365342402fdeb664479b0a04e9debef8efb
drm/mediatek: Add cmdq_handle in mtk_crtc

One mtk_crtc need just one cmdq_handle, so add one cmdq_handle
in mtk_crtc to prevent frequently allocation and free of
cmdq_handle.

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