Re: [PATCH] drm/amdgpu: add IP's FW information to devcoredump

2024-03-27 Thread Khatri, Sunil
On 3/28/2024 8:38 AM, Alex Deucher wrote: On Tue, Mar 26, 2024 at 1:31 PM Sunil Khatri wrote: Add FW information of all the IP's in the devcoredump. Signed-off-by: Sunil Khatri Might want to include the vbios version info as well, e.g., atom_context->name atom_context->vbios_pn

Re: [PATCH] drm/amdgpu: add IP's FW information to devcoredump

2024-03-27 Thread Alex Deucher
On Tue, Mar 26, 2024 at 1:31 PM Sunil Khatri wrote: > > Add FW information of all the IP's in the devcoredump. > > Signed-off-by: Sunil Khatri Might want to include the vbios version info as well, e.g., atom_context->name atom_context->vbios_pn atom_context->vbios_ver_str atom_context->date

[PATCH] drm/amdgpu: add IP's FW information to devcoredump

2024-03-26 Thread Sunil Khatri
Add FW information of all the IP's in the devcoredump. Signed-off-by: Sunil Khatri --- .../gpu/drm/amd/amdgpu/amdgpu_dev_coredump.c | 122 ++ 1 file changed, 122 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_dev_coredump.c