[PATCH 1/2] amdgpu: fix overflow for timeout calculation

2015-11-21 Thread Ernst Sjöstrand
Doh, I didn't get that! Sorry. Regards //Ernst 2015-11-21 12:07 GMT+01:00 Christian König : > On 21.11.2015 11:48, Ernst Sjöstrand wrote: > > I guess the patches should be for drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c > instead? > > > No, why do you think so? This is a libdrm patch, not a kernel

[PATCH 1/2] amdgpu: fix overflow for timeout calculation

2015-11-21 Thread Christian König
On 21.11.2015 11:48, Ernst Sjöstrand wrote: > I guess the patches should be for > drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c instead? No, why do you think so? This is a libdrm patch, not a kernel patch. Regards, Christian. > > Regards > //Ernst > > 2015-11-21 1:24 GMT+01:00 Alex Deucher

[PATCH 1/2] amdgpu: fix overflow for timeout calculation

2015-11-21 Thread Ernst Sjöstrand
I guess the patches should be for drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c instead? Regards //Ernst 2015-11-21 1:24 GMT+01:00 Alex Deucher : > From: Jammy Zhou > > Set the timeout to AMDGPU_TIMEOUT_INFINITE when overflow happens > > Signed-off-by: Jammy Zhou > Reviewed-by: Christian König >

[PATCH 1/2] amdgpu: fix overflow for timeout calculation

2015-11-20 Thread Alex Deucher
From: Jammy Zhou Set the timeout to AMDGPU_TIMEOUT_INFINITE when overflow happens Signed-off-by: Jammy Zhou Reviewed-by: Christian König --- amdgpu/amdgpu_cs.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/amdgpu/amdgpu_cs.c