提交 5a23f272 编写于 作者: A Alex Deucher

drm/amdgpu/si: load the proper firmware on 0x87 oland boards

New variant.
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
上级 ce66cb1e
...@@ -7716,6 +7716,7 @@ static int si_dpm_init_microcode(struct amdgpu_device *adev) ...@@ -7716,6 +7716,7 @@ static int si_dpm_init_microcode(struct amdgpu_device *adev)
(adev->pdev->revision == 0x80) || (adev->pdev->revision == 0x80) ||
(adev->pdev->revision == 0x81) || (adev->pdev->revision == 0x81) ||
(adev->pdev->revision == 0x83) || (adev->pdev->revision == 0x83) ||
(adev->pdev->revision == 0x87) ||
(adev->pdev->device == 0x6604) || (adev->pdev->device == 0x6604) ||
(adev->pdev->device == 0x6605)) (adev->pdev->device == 0x6605))
chip_name = "oland_k"; chip_name = "oland_k";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册