git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cb7e5a
)
drm/amdgpu: disable hw semaphore with scheduler
author
Chunming Zhou
<david1.zhou@amd.com>
Tue, 21 Jul 2015 05:19:45 +0000
(13:19 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Mon, 17 Aug 2015 20:50:32 +0000
(16:50 -0400)
Signed-off-by: Chunming Zhou <david1.zhou@amd.com>
Acked-by: Christian K?nig <christian.koenig@amd.com>
Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c
b/drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c
index
9c292cf
..
105a3b5
100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c
+++ b/
drivers/gpu/drm/amd/amdgpu/amdgpu_sync.c
@@
-165,7
+165,7
@@
int amdgpu_sync_rings(struct amdgpu_sync *sync,
return -EINVAL;
}
- if (
count >= AMDGPU_NUM_SYNCS
) {
+ if (
amdgpu_enable_scheduler || (count >= AMDGPU_NUM_SYNCS)
) {
/* not enough room, wait manually */
r = amdgpu_fence_wait(fence, false);
if (r)