Re: [PATCH v2 1/2] drm/amdgpu: save the reset dump register value for devcoredump

2022-05-31 Thread Christian König
ashank ; Somalapuram, Amaranath ; amd-gfx@lists.freedesktop.org *Cc:* Koenig, Christian ; Deucher, Alexander *Subject:* Re: [PATCH v2 1/2] drm/amdgpu: save the reset dump register value for devcoredump On 5/26/2022 3:24 PM, Sharma, Shashank wrote: Hey Amar, On 5/26/2022 11:48 AM, Somal

RE: [PATCH v2 1/2] drm/amdgpu: save the reset dump register value for devcoredump

2022-05-31 Thread Sharma, Shashank
ashank From: Somalapuram, Amaranath Sent: Tuesday, May 31, 2022 3:09 PM To: Sharma, Shashank ; Somalapuram, Amaranath ; amd-gfx@lists.freedesktop.org Cc: Koenig, Christian ; Deucher, Alexander Subject: Re: [PATCH v2 1/2] drm/amdgpu: save the reset dump register value for devcoredump On 5/26/202

Re: [PATCH v2 1/2] drm/amdgpu: save the reset dump register value for devcoredump

2022-05-31 Thread Somalapuram, Amaranath
On 5/26/2022 3:24 PM, Sharma, Shashank wrote: Hey Amar, On 5/26/2022 11:48 AM, Somalapuram Amaranath wrote: Allocate memory for register value and use the same values for devcoredump. v1 -> V2: Change krealloc_array() to kmalloc_array() Signed-off-by: Somalapuram Amaranath ---  

Re: [PATCH v2 1/2] drm/amdgpu: save the reset dump register value for devcoredump

2022-05-26 Thread Sharma, Shashank
Hey Amar, On 5/26/2022 11:48 AM, Somalapuram Amaranath wrote: Allocate memory for register value and use the same values for devcoredump. v1 -> V2: Change krealloc_array() to kmalloc_array() Signed-off-by: Somalapuram Amaranath --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 +

[PATCH v2 1/2] drm/amdgpu: save the reset dump register value for devcoredump

2022-05-26 Thread Somalapuram Amaranath
Allocate memory for register value and use the same values for devcoredump. v1 -> V2: Change krealloc_array() to kmalloc_array() Signed-off-by: Somalapuram Amaranath --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c | 7 +++