Skip to content

Commit

Permalink
back to drm_atomic_commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Apr 8, 2024
1 parent 26f77c1 commit e8c66b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/gpu/drm/rockchip/rockchip_drm_vop2.c
Original file line number Diff line number Diff line change
Expand Up @@ -5376,8 +5376,8 @@ rockchip_atomic_helper_update_plane(struct drm_plane *plane,
state->legacy_cursor_update = true;

// Consti10
ret = drm_atomic_nonblocking_commit(state);
//ret = drm_atomic_commit(state);
//ret = drm_atomic_nonblocking_commit(state);
ret = drm_atomic_commit(state);
fail:
drm_atomic_state_put(state);
return ret;
Expand Down

0 comments on commit e8c66b9

Please sign in to comment.