RE: [PATCH] drm/amdgpu: extend the default timeout for kernel compute queues

2023-04-21 Thread Xu, Feifei
/amdgpu: extend the default timeout for kernel compute queues On Thu, Apr 20, 2023 at 5:19 AM Feifei Xu wrote: > > Extend to 120s. The default timeout value should also extend if > compute shader execution time extended. Otherwise some stress test > will trigger compute ring timeout in

Re: [PATCH] drm/amdgpu: extend the default timeout for kernel compute queues

2023-04-20 Thread Christian König
Am 20.04.23 um 14:56 schrieb Alex Deucher: On Thu, Apr 20, 2023 at 5:19 AM Feifei Xu wrote: Extend to 120s. The default timeout value should also extend if compute shader execution time extended. Otherwise some stress test will trigger compute ring timeout in software. I think that's probably

Re: [PATCH] drm/amdgpu: extend the default timeout for kernel compute queues

2023-04-20 Thread Alex Deucher
On Thu, Apr 20, 2023 at 5:19 AM Feifei Xu wrote: > > Extend to 120s. The default timeout value should also extend if compute > shader execution time extended. Otherwise some stress test will trigger > compute ring timeout in software. I think that's probably too long. 2 minutes is a long time to

RE: [PATCH] drm/amdgpu: extend the default timeout for kernel compute queues

2023-04-20 Thread Zhang, Hawking
[AMD Official Use Only - General] Reviewed-by: Hawking Zhang Regards, Hawking -Original Message- From: Feifei Xu Sent: Thursday, April 20, 2023 17:20 To: amd-gfx@lists.freedesktop.org Cc: Xu, Feifei ; Zhang, Hawking Subject: [PATCH] drm/amdgpu: extend the default timeout for kernel

[PATCH] drm/amdgpu: extend the default timeout for kernel compute queues

2023-04-20 Thread Feifei Xu
Extend to 120s. The default timeout value should also extend if compute shader execution time extended. Otherwise some stress test will trigger compute ring timeout in software. Signed-off-by: Feifei Xu --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 4 ++-- 1 file changed, 2 insertions(+), 2 d