[PATCH 62/83] hsa/radeon: Fix timeout calculation in sync_with_hw

2014-07-10 Thread Oded Gabbay
This patch fixes a bug in the timeout calculation done in sync_with_hw functions. The original code assumed that jiffies is incremented in ms. Signed-off-by: Oded Gabbay --- drivers/gpu/hsa/radeon/kfd_kernel_queue.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff

[PATCH 62/83] hsa/radeon: Fix timeout calculation in sync_with_hw

2014-07-10 Thread Oded Gabbay
This patch fixes a bug in the timeout calculation done in sync_with_hw functions. The original code assumed that jiffies is incremented in ms. Signed-off-by: Oded Gabbay oded.gab...@amd.com --- drivers/gpu/hsa/radeon/kfd_kernel_queue.c | 14 ++ 1 file changed, 10 insertions(+), 4