Re: [PATCH] drm/amdgpu: add missing vbios version from devcoredump

2024-04-12 Thread Alex Deucher
Reviewed-by: Alex Deucher On Fri, Apr 12, 2024 at 7:25 AM Sunil Khatri wrote: > > Add vbios version in the devcoredump along with formatting > the information with proper alignment. > > Signed-off-by: Sunil Khatri > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_dev_coredump.c | 9 + > 1 file

[PATCH] drm/amdgpu: add missing vbios version from devcoredump

2024-04-12 Thread Sunil Khatri
Add vbios version in the devcoredump along with formatting the information with proper alignment. Signed-off-by: Sunil Khatri --- drivers/gpu/drm/amd/amdgpu/amdgpu_dev_coredump.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_dev_co