Re: [PATCH 3/5] drm/lima: save task info dump when task fail

2020-03-03 Thread Vasily Khoruzhick
On Fri, Feb 21, 2020 at 6:43 PM Qiang Yu wrote: > > Save all information to start a task which can be exported to user > for debug usage. Dump file data format is specified in lima_dump.h Looks like lima_sched.c is missing #include so kbuild bot complains > Signed-off-by: Qiang Yu > --- > dri

Re: [PATCH 3/5] drm/lima: save task info dump when task fail

2020-02-22 Thread kbuild test robot
Hi Qiang, I love your patch! Yet something to improve: [auto build test ERROR on drm-tip/drm-tip] [cannot apply to drm-exynos/exynos-drm-next drm-intel/for-linux-next tegra-drm/drm/tegra/for-next linus/master v5.6-rc2 next-20200221] [if your patch is applied to the wrong git tree, please drop us

[PATCH 3/5] drm/lima: save task info dump when task fail

2020-02-21 Thread Qiang Yu
Save all information to start a task which can be exported to user for debug usage. Dump file data format is specified in lima_dump.h Signed-off-by: Qiang Yu --- drivers/gpu/drm/lima/lima_device.c | 13 +++ drivers/gpu/drm/lima/lima_device.h | 8 ++ drivers/gpu/drm/lima/lima_dump.h | 77 ++