aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
diff options
context:
space:
mode:
authorStanley.Yang <[email protected]>2020-11-23 08:17:40 +0000
committerAlex Deucher <[email protected]>2020-12-01 20:58:00 +0000
commit9ccde05c0a68d8d06bf2b7c5f886ecd58ecd1c9a (patch)
tree22a08eea7b36ee84049a9e3f9a689e08379eb657 /drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
parentdrm/amd/powerplay: fix spelling mistake "smu_state_memroy_block" -> "smu_stat... (diff)
downloadkernel-9ccde05c0a68d8d06bf2b7c5f886ecd58ecd1c9a.tar.gz
kernel-9ccde05c0a68d8d06bf2b7c5f886ecd58ecd1c9a.zip
drm/amdgpu: set default value of noretry to 1 for specified asic
noretry = 0 casue KFDGraphicsInterop test failed on SRIOV platform for vega10, so set noretry to 1 for vega10. Signed-off-by: Stanley.Yang <[email protected]> Reviewed-by: Hawking Zhang <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
index fede84509dbc..bb66c534a31b 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
@@ -421,6 +421,7 @@ void amdgpu_gmc_noretry_set(struct amdgpu_device *adev)
struct amdgpu_gmc *gmc = &adev->gmc;
switch (adev->asic_type) {
+ case CHIP_VEGA10:
case CHIP_VEGA20:
case CHIP_NAVI10:
case CHIP_NAVI14: