]> git.baikalelectronics.ru Git - kernel.git/commit
drm/mediatek: crtc: Make config-updating atomic
authorChun-Kuang Hu <chunkuang.hu@kernel.org>
Sat, 13 Mar 2021 09:22:17 +0000 (17:22 +0800)
committerChun-Kuang Hu <chunkuang.hu@kernel.org>
Mon, 29 Mar 2021 16:02:58 +0000 (00:02 +0800)
commit5d368ef990e0281b4fe9cbb8075f9b91fbc690a6
tree7ae1bf01f406d25d0ead390d50cb0a08ee131ae5
parent977f621ae6d41a55e170f9546c3488a291b75d1e
drm/mediatek: crtc: Make config-updating atomic

While updating config, the irq would occur and get the partial
config, so use variable config_updating to make updating atomic.

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