Skip to content

Commit

Permalink
experiment - never wait for vblank, ehm
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Apr 8, 2024
1 parent 4d8cee7 commit 1c3d036
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/gpu/drm/drm_atomic_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -1501,6 +1501,10 @@ drm_atomic_helper_wait_for_vblanks(struct drm_device *dev,
if (old_state->legacy_cursor_update)
return;

// Consti10: ehm ... fuck vsync ;)
if(true)
return;

for_each_oldnew_crtc_in_state(old_state, crtc, old_crtc_state, new_crtc_state, i) {
if (!new_crtc_state->active)
continue;
Expand Down

0 comments on commit 1c3d036

Please sign in to comment.