Re: [PATCH v3 7/7] drm/amdgpu: Stop any pending reset if another in progress.

2022-05-31 Thread Felix Kuehling
Am 2022-05-31 um 11:31 schrieb Felix Kuehling: Am 2022-05-25 um 15:04 schrieb Andrey Grodzovsky: We skip rest requests if another one is already in progress. Signed-off-by: Andrey Grodzovsky ---   drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 27 ++   1 file changed, 27 inser

Re: [PATCH v3 7/7] drm/amdgpu: Stop any pending reset if another in progress.

2022-05-31 Thread Felix Kuehling
Am 2022-05-25 um 15:04 schrieb Andrey Grodzovsky: We skip rest requests if another one is already in progress. Signed-off-by: Andrey Grodzovsky --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 27 ++ 1 file changed, 27 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgp

Re: [PATCH v3 7/7] drm/amdgpu: Stop any pending reset if another in progress.

2022-05-30 Thread Christian König
Am 25.05.22 um 21:04 schrieb Andrey Grodzovsky: We skip rest requests if another one is already in progress. Signed-off-by: Andrey Grodzovsky Reviewed-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 27 ++ 1 file changed, 27 insertions(+) diff -

[PATCH v3 7/7] drm/amdgpu: Stop any pending reset if another in progress.

2022-05-25 Thread Andrey Grodzovsky
We skip rest requests if another one is already in progress. Signed-off-by: Andrey Grodzovsky --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 27 ++ 1 file changed, 27 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu