Re: [PATCH] drm/lima: fix wait pp reset timeout

2020-07-19 Thread Qiang Yu
Thanks, applied to drm-misc-fixes. Regards, Qiang On Sun, Jul 19, 2020 at 6:41 PM Erico Nunes wrote: > > On Sun, Jul 19, 2020 at 9:31 AM Qiang Yu wrote: > > > > PP bcast is marked as doing async reset after job is done. > > When resume after suspend, each PP is reset individually, > > so no nee

Re: [PATCH] drm/lima: fix wait pp reset timeout

2020-07-19 Thread Erico Nunes
On Sun, Jul 19, 2020 at 9:31 AM Qiang Yu wrote: > > PP bcast is marked as doing async reset after job is done. > When resume after suspend, each PP is reset individually, > so no need to reset in PP bcast resume. But I forgot to > clear the PP bcast async reset mark so call into async wait > befor

[PATCH] drm/lima: fix wait pp reset timeout

2020-07-19 Thread Qiang Yu
PP bcast is marked as doing async reset after job is done. When resume after suspend, each PP is reset individually, so no need to reset in PP bcast resume. But I forgot to clear the PP bcast async reset mark so call into async wait before job run and gets timeout. Fixes: 3446d7e9883d ("drm/lima: