OSDN Git Service

drm/mediatek: Use CPU when fail to get cmdq event
authorChun-Kuang Hu <chunkuang.hu@kernel.org>
Mon, 31 Aug 2020 23:39:52 +0000 (07:39 +0800)
committerChun-Kuang Hu <chunkuang.hu@kernel.org>
Wed, 16 Sep 2020 22:58:01 +0000 (06:58 +0800)
commitf85acdad07fe36b91f2244263a890bf372528326
tree8bc13f14340cd0b177bd29d2ad12b3312ba2dab6
parent855f3e08d5565811ab109d9c0f64ee11c24feabf
drm/mediatek: Use CPU when fail to get cmdq event

Even though cmdq client is created successfully, without the cmdq event,
cmdq could not work correctly, so use CPU when fail to get cmdq event.

Fixes: 60fa8c13ab1a ("drm/mediatek: Move gce event property to mutex device node")
Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
drivers/gpu/drm/mediatek/mtk_drm_crtc.c