RE: [PATCH 4/5] drm/amdgpu: add completion to wait for ras reset to complete

2024-06-18 Thread Chai, Thomas
[AMD Official Use Only - AMD Internal Distribution Only] - Best Regards, Thomas -Original Message- From: Lazar, Lijo Sent: Tuesday, June 18, 2024 8:00 PM To: Chai, Thomas ; amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Zhou1, Tao ; Li, Candice ; Wang, Yang(Kevin) ;

Re: [PATCH 4/5] drm/amdgpu: add completion to wait for ras reset to complete

2024-06-18 Thread Lazar, Lijo
On 6/18/2024 4:51 PM, Chai, Thomas wrote: > [AMD Official Use Only - AMD Internal Distribution Only] > > - > Best Regards, > Thomas > > -Original Message- > From: Chai, Thomas > Sent: Tuesday, June 18, 2024 7:09 PM > To: Lazar, Lijo ; amd-gfx@lists.freedesktop.org >

RE: [PATCH 4/5] drm/amdgpu: add completion to wait for ras reset to complete

2024-06-18 Thread Chai, Thomas
[AMD Official Use Only - AMD Internal Distribution Only] - Best Regards, Thomas -Original Message- From: Chai, Thomas Sent: Tuesday, June 18, 2024 7:09 PM To: Lazar, Lijo ; amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Zhou1, Tao ; Li, Candice ; Wang, Yang(Kevin) ;

RE: [PATCH 4/5] drm/amdgpu: add completion to wait for ras reset to complete

2024-06-18 Thread Chai, Thomas
[AMD Official Use Only - AMD Internal Distribution Only] - Best Regards, Thomas -Original Message- From: Lazar, Lijo Sent: Tuesday, June 18, 2024 6:09 PM To: Chai, Thomas ; amd-gfx@lists.freedesktop.org Cc: Zhang, Hawking ; Zhou1, Tao ; Li, Candice ; Wang, Yang(Kevin) ;

Re: [PATCH 4/5] drm/amdgpu: add completion to wait for ras reset to complete

2024-06-18 Thread Lazar, Lijo
On 6/18/2024 12:03 PM, YiPeng Chai wrote: > Add completion to wait for ras reset to complete. > > Signed-off-by: YiPeng Chai > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 11 +++ > drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h | 1 + > 2 files changed, 12 insertions(+) > > diff --git