Re: [PATCH] drm/amdgpu: treat negative lockup timeout as 'infinite timeout' V2

2019-05-07 Thread Christian König
Am 07.05.19 um 03:47 schrieb Evan Quan: Negative lockup timeout is valid and will be treated as 'infinite timeout'. - V2: use msecs_to_jiffies for negative values Change-Id: I0d8387956a9c744073c0281ef2e1a547d4f16dec Signed-off-by: Evan Quan --- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 20 ++

RE: [PATCH] drm/amdgpu: treat negative lockup timeout as 'infinite timeout'

2019-05-06 Thread Quan, Evan
Thanks! Just sent out a V2 version with this addressed. > -Original Message- > From: Christian König > Sent: 2019年5月6日 19:26 > To: Quan, Evan ; amd-gfx@lists.freedesktop.org > Cc: Koenig, Christian > Subject: Re: [PATCH] drm/amdgpu: treat negative lockup timeout as &

[PATCH] drm/amdgpu: treat negative lockup timeout as 'infinite timeout' V2

2019-05-06 Thread Evan Quan
Negative lockup timeout is valid and will be treated as 'infinite timeout'. - V2: use msecs_to_jiffies for negative values Change-Id: I0d8387956a9c744073c0281ef2e1a547d4f16dec Signed-off-by: Evan Quan --- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 20 1 file changed, 12 inse

Re: [PATCH] drm/amdgpu: treat negative lockup timeout as 'infinite timeout'

2019-05-06 Thread Christian König
Am 05.05.19 um 16:23 schrieb Evan Quan: Negative lockup timeout is valid and will be treated as 'infinite timeout'. Change-Id: I0d8387956a9c744073c0281ef2e1a547d4f16dec Signed-off-by: Evan Quan --- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 14 ++ 1 file changed, 10 insertions(+),

[PATCH] drm/amdgpu: treat negative lockup timeout as 'infinite timeout'

2019-05-05 Thread Evan Quan
Negative lockup timeout is valid and will be treated as 'infinite timeout'. Change-Id: I0d8387956a9c744073c0281ef2e1a547d4f16dec Signed-off-by: Evan Quan --- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/dr