aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/si_dpm.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/si_dpm.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/si_dpm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/si_dpm.c b/drivers/gpu/drm/amd/amdgpu/si_dpm.c
index d6f85b1a0b93..961e5eb92a1e 100644
--- a/drivers/gpu/drm/amd/amdgpu/si_dpm.c
+++ b/drivers/gpu/drm/amd/amdgpu/si_dpm.c
@@ -7713,6 +7713,7 @@ static int si_dpm_init_microcode(struct amdgpu_device *adev)
7713 (adev->pdev->revision == 0x80) || 7713 (adev->pdev->revision == 0x80) ||
7714 (adev->pdev->revision == 0x81) || 7714 (adev->pdev->revision == 0x81) ||
7715 (adev->pdev->revision == 0x83) || 7715 (adev->pdev->revision == 0x83) ||
7716 (adev->pdev->revision == 0x87) ||
7716 (adev->pdev->device == 0x6604) || 7717 (adev->pdev->device == 0x6604) ||
7717 (adev->pdev->device == 0x6605)) 7718 (adev->pdev->device == 0x6605))
7718 chip_name = "oland_k"; 7719 chip_name = "oland_k";