Re: [PATCH 5/5] drm/amdgpu: reduce reset time

2022-07-27 Thread Andrey Grodzovsky
Cc: Deucher, Alexander ; Deng, Emily ; Koenig, Christian Subject: Re: [PATCH 5/5] drm/amdgpu: reduce reset time On 2022-07-22 03:34, Victor Zhao wrote: In multi container use case, reset time is important, so skip ring tests and cp halt wait during ip suspending for reset as they are going to f

RE: [PATCH 5/5] drm/amdgpu: reduce reset time

2022-07-27 Thread Zhao, Victor
@lists.freedesktop.org Cc: Deucher, Alexander ; Deng, Emily ; Koenig, Christian Subject: Re: [PATCH 5/5] drm/amdgpu: reduce reset time On 2022-07-26 05:40, Zhao, Victor wrote: > [AMD Official Use Only - General] > > Hi Andrey, > > Reply inline. > > > Thanks, > Victor &g

Re: [PATCH 5/5] drm/amdgpu: reduce reset time

2022-07-26 Thread Andrey Grodzovsky
, Emily ; Koenig, Christian Subject: Re: [PATCH 5/5] drm/amdgpu: reduce reset time On 2022-07-22 03:34, Victor Zhao wrote: In multi container use case, reset time is important, so skip ring tests and cp halt wait during ip suspending for reset as they are going to fail and cost more time on reset

RE: [PATCH 5/5] drm/amdgpu: reduce reset time

2022-07-26 Thread Zhao, Victor
: [PATCH 5/5] drm/amdgpu: reduce reset time On 2022-07-22 03:34, Victor Zhao wrote: > In multi container use case, reset time is important, so skip ring > tests and cp halt wait during ip suspending for reset as they are > going to fail and cost more time on reset Why are they failing in

Re: [PATCH 5/5] drm/amdgpu: reduce reset time

2022-07-25 Thread Andrey Grodzovsky
On 2022-07-22 03:34, Victor Zhao wrote: In multi container use case, reset time is important, so skip ring tests and cp halt wait during ip suspending for reset as they are going to fail and cost more time on reset Why are they failing in this case ? Skipping ring tests is not the best

[PATCH 5/5] drm/amdgpu: reduce reset time

2022-07-22 Thread Victor Zhao
In multi container use case, reset time is important, so skip ring tests and cp halt wait during ip suspending for reset as they are going to fail and cost more time on reset Signed-off-by: Victor Zhao --- drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 2 +- drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c