Re: [PATCH 0/5] drm/lima: add error debug functionality

2020-03-21 Thread Qiang Yu
Thanks for review and test. Applied patch 1~4 to drm-misc-next. As patch 5, due to related with non-continuous command stream, I'd like to apply it when non-continuous command stream has been implemented which may need a more common VA interface. Thanks, Qiang On Sun, Mar 15, 2020 at 12:32 PM Vas

Re: [PATCH 0/5] drm/lima: add error debug functionality

2020-03-14 Thread Vasily Khoruzhick
On Fri, Feb 21, 2020 at 6:43 PM Qiang Yu wrote: > > Save task error state when it fail and export to user by > sysfs as a binary file which can be dumped and replayed > by lima_dump tool at: > https://gitlab.freedesktop.org/lima/lima_dump With v2 of Patch 3, series is: Reviewed-by: Vasily Khoruz

Re: [PATCH 0/5] drm/lima: add error debug functionality

2020-03-04 Thread Andreas Baierl
I could successfully use the output with https://gitlab.freedesktop.org/lima/lima.dump So you can add my Tested-by: Andreas Baierl Am 22.02.2020 um 03:42 schrieb Qiang Yu: Save task error state when it fail and export to user by sysfs as a binary file which can be dumped and replayed by lima