aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 95c4e25adec6..6c65a1a2de79 100644
--- a/drivers/gpu/drm/amd/amdgpu/si_dpm.c
+++ b/drivers/gpu/drm/amd/amdgpu/si_dpm.c
@@ -7716,6 +7716,7 @@ static int si_dpm_init_microcode(struct amdgpu_device *adev)
7716 (adev->pdev->revision == 0x80) || 7716 (adev->pdev->revision == 0x80) ||
7717 (adev->pdev->revision == 0x81) || 7717 (adev->pdev->revision == 0x81) ||
7718 (adev->pdev->revision == 0x83) || 7718 (adev->pdev->revision == 0x83) ||
7719 (adev->pdev->revision == 0x87) ||
7719 (adev->pdev->device == 0x6604) || 7720 (adev->pdev->device == 0x6604) ||
7720 (adev->pdev->device == 0x6605)) 7721 (adev->pdev->device == 0x6605))
7721 chip_name = "oland_k"; 7722 chip_name = "oland_k";