Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad61b3f2 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "disp: msm: sde: update rsvp_cur when poll is enabled for rsvp_nxt"

parents a3f4a6ec 3e47cf9e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2464,6 +2464,7 @@ int sde_rm_reserve(
	 */
	if (test_only && rsvp_nxt) {
		rsvp_nxt = _sde_rm_poll_get_rsvp_nxt_locked(rm, enc);
		rsvp_cur = _sde_rm_get_rsvp_cur(rm, enc);
		if (rsvp_nxt) {
			SDE_ERROR("poll timeout cur %d nxt %d enc %d\n",
				(rsvp_cur) ? rsvp_cur->seq : -1,