diff options
| author | Chengming Gui <[email protected]> | 2020-10-20 02:54:23 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2020-10-21 20:14:21 +0000 |
| commit | 1ed685df7ebc30153b5b4c49772d6881dc18bcfb (patch) | |
| tree | c5ba5fd78ea3163d688f81cef69daee3bee9eb3c /drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c | |
| parent | drm/amdgpu: enable VCN PG and CG for vangogh (diff) | |
| download | kernel-1ed685df7ebc30153b5b4c49772d6881dc18bcfb.tar.gz kernel-1ed685df7ebc30153b5b4c49772d6881dc18bcfb.zip | |
drm/amd/amdgpu: enable noretry for Sienna_Cichlid/Navy_Flounder/Dimgrey_Cavefish
set noretry default value to 1 for
sienna_cichlid/navy_founder/dimgrey_cavefish.
Signed-off-by: Chengming Gui <[email protected]>
Reviewed-by: Guchun Chen <[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.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c index f26eb4e54b12..fa799600a58f 100644 --- 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. |
