From 37726df21af93d090c1f997df771397d31d97a93 Mon Sep 17 00:00:00 2001 From: Consti10 Date: Mon, 8 Apr 2024 16:37:08 +0200 Subject: [PATCH] disable one more (wait ?) --- drivers/gpu/drm/rockchip/rockchip_drm_vop2.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c b/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c index 37f957e7ee67f..d3f45e0eb234f 100644 --- a/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c +++ b/drivers/gpu/drm/rockchip/rockchip_drm_vop2.c @@ -9726,7 +9726,8 @@ static void vop2_crtc_atomic_flush(struct drm_crtc *crtc, struct drm_crtc_state * fired before we set the cfg_done bit. To avoid spuriously * signalling flip completion we need to wait for it to finish. */ - vop2_wait_for_irq_handler(crtc); + // Consti10 never wait ... + //vop2_wait_for_irq_handler(crtc); /** * move here is to make sure current fs call function is complete,