Re: [Intel-xe] [PATCH 14/14] drm/xe: Add VM snapshot to xe_devcoredump.

2023-05-02 Thread Matthew Brost
On Wed, Apr 26, 2023 at 04:57:13PM -0400, Rodrigo Vivi wrote: > With this patch, we now have some parity between xe_devcoredump > and the simple_error_capture. The only difference is that > xe_devcoredump will only stash the 'first' hang, which is the one > that we care most and should analyze firs

[PATCH 14/14] drm/xe: Add VM snapshot to xe_devcoredump.

2023-04-26 Thread Rodrigo Vivi
With this patch, we now have some parity between xe_devcoredump and the simple_error_capture. The only difference is that xe_devcoredump will only stash the 'first' hang, which is the one that we care most and should analyze first, while simple_error_capture will dump them all the kernel log. But