Re: [PATCH v5 4/9] drm/xe: Take PM ref in delayed snapshot capture worker

2024-10-22 Thread Matthew Auld
On 21/10/2024 22:18, Matthew Brost wrote: The delayed snapshot capture worker can access the GPU or VRAM both of which require a PM reference. Take a reference in this worker. Cc: Rodrigo Vivi Cc: Maarten Lankhorst Fixes: 4f04d07c0a94 ("drm/xe: Faster devcoredump") Signed-off-by: Matthew Brost

[PATCH v5 4/9] drm/xe: Take PM ref in delayed snapshot capture worker

2024-10-21 Thread Matthew Brost
The delayed snapshot capture worker can access the GPU or VRAM both of which require a PM reference. Take a reference in this worker. Cc: Rodrigo Vivi Cc: Maarten Lankhorst Fixes: 4f04d07c0a94 ("drm/xe: Faster devcoredump") Signed-off-by: Matthew Brost --- drivers/gpu/drm/xe/xe_devcoredump.c |