[PATCH] drm/atomic-helpers: Stall on the right commit

2016-06-15 Thread Liviu Dudau
On Tue, Jun 14, 2016 at 07:50:58PM +0200, Daniel Vetter wrote: > stall_checks carefully picked out the right commit to stall on, then > promptly used the wrong variable. Due to the break in the next loop > iteration this could be the 3rd commit, or if the list only has 2 > entries commit would now

[PATCH] drm/atomic-helpers: Stall on the right commit

2016-06-14 Thread Daniel Vetter
stall_checks carefully picked out the right commit to stall on, then promptly used the wrong variable. Due to the break in the next loop iteration this could be the 3rd commit, or if the list only has 2 entries commit would now point into the struct drm_crtc itself, at some offset. Hilarity eventua