projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07f9c22
)
drm/amd/amdgpu: enable noretry for Sienna_Cichlid/Navy_Flounder/Dimgrey_Cavefish
author
Chengming Gui
<Jack.Gui@amd.com>
Tue, 20 Oct 2020 02:54:23 +0000
(10:54 +0800)
committer
Alex Deucher
<alexander.deucher@amd.com>
Wed, 21 Oct 2020 20:14:21 +0000
(16:14 -0400)
set noretry default value to 1 for
sienna_cichlid/navy_founder/dimgrey_cavefish.
Signed-off-by: Chengming Gui <Jack.Gui@amd.com>
Reviewed-by: Guchun Chen <guchun.chen@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 f26eb4e54b1224bbbbfcbadbe103d1b4397bd1ac..fa799600a58fb882cc3bacd76c4d02f0f7d179e3 100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
+++ b/
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
@@
-428,6
+428,9
@@
void amdgpu_gmc_noretry_set(struct amdgpu_device *adev)
case CHIP_VEGA20:
case CHIP_NAVI10:
case CHIP_NAVI14:
+ case CHIP_SIENNA_CICHLID:
+ case CHIP_NAVY_FLOUNDER:
+ case CHIP_DIMGREY_CAVEFISH:
/*
* noretry = 0 will cause kfd page fault tests fail
* for some ASICs, so set default to 1 for these ASICs.