projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f3854f
)
drm/amdgpu: set noretry=1 for gc 10.3.6
author
Yifan Zhang
<yifan1.zhang@amd.com>
Tue, 1 Mar 2022 14:31:40 +0000
(22:31 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Fri, 25 Mar 2022 16:40:25 +0000
(12:40 -0400)
this patch to set noretry=1 for gc 10.3.6.
Signed-off-by: Yifan Zhang <yifan1.zhang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
index f7216afe8a6a31e2a235959d1f77f59283901965..7021e8f390bd8a6fa9968e87f4df450ddb75c6dd 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
+++ b/
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
@@
-567,6
+567,7
@@
void amdgpu_gmc_noretry_set(struct amdgpu_device *adev)
case IP_VERSION(10, 3, 5):
case IP_VERSION(10, 3, 3):
case IP_VERSION(9, 3, 0):
+ case IP_VERSION(10, 3, 6):
/*
* noretry = 0 will cause kfd page fault tests fail
* for some ASICs, so set default to 1 for these ASICs.