Re: [PATCH v4 2/2] drm/panfrost: Add support for devcoredump

2022-07-18 Thread Adrián Larumbe
Hi Steven, once again thanks for the feedback. I was off for some time and then busy with other stuff, but I can finally work on a new revision for the patch On 23.06.2022 13:23, Steven Price wrote: > On 22/06/2022 15:36, Adrián Larumbe wrote: > > In the event of a job timeout, debug dump informat

Re: [PATCH v4 2/2] drm/panfrost: Add support for devcoredump

2022-06-23 Thread Steven Price
On 22/06/2022 15:36, Adrián Larumbe wrote: > In the event of a job timeout, debug dump information will be written into > /sys/class/devcoredump. > > Inspired by etnaviv's similar feature. > > Signed-off-by: Adrián Larumbe Looks pretty good, a few comments below. > --- > drivers/gpu/drm/panfr

[PATCH v4 2/2] drm/panfrost: Add support for devcoredump

2022-06-22 Thread Adrián Larumbe
In the event of a job timeout, debug dump information will be written into /sys/class/devcoredump. Inspired by etnaviv's similar feature. Signed-off-by: Adrián Larumbe --- drivers/gpu/drm/panfrost/Kconfig | 1 + drivers/gpu/drm/panfrost/Makefile| 3 +- drivers/gpu/drm/panfro