Skip to content

Commit

Permalink
disable one more (wait ?)
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Apr 8, 2024
1 parent 1c3d036 commit 37726df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 37726df

Please sign in to comment.