Re: [PATCH v4 3/4] drm/amdgpu: Move coredump code to amdgpu_reset file

2023-08-16 Thread Christian König
Am 15.08.23 um 21:50 schrieb André Almeida: Giving that we use codedump just for device resets, move it's functions and structs to a more semantic file, the amdgpu_reset.{c, h}. Signed-off-by: André Almeida Acked-by: Christian König for this patch here. I'm going to push patch #1 from this

[PATCH v4 3/4] drm/amdgpu: Move coredump code to amdgpu_reset file

2023-08-15 Thread André Almeida
Giving that we use codedump just for device resets, move it's functions and structs to a more semantic file, the amdgpu_reset.{c, h}. Signed-off-by: André Almeida --- drivers/gpu/drm/amd/amdgpu/amdgpu.h| 9 --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 78 -- driv