diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2016-12-05 12:31:14 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-12-06 18:08:40 -0500 |
commit | 5a23f2720589ec4757bc62183902d2518f02026e (patch) | |
tree | 282c748361150eb41fcb47f9cc519509ded10375 /drivers | |
parent | ce66cb1e9cbf91fcb216de64a0fe65aa17f97bc1 (diff) | |
download | linux-5a23f2720589ec4757bc62183902d2518f02026e.tar.bz2 |
drm/amdgpu/si: load the proper firmware on 0x87 oland boards
New variant.
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/si_dpm.c | 1 |
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) (adev->pdev->revision == 0x80) || (adev->pdev->revision == 0x81) || (adev->pdev->revision == 0x83) || + (adev->pdev->revision == 0x87) || (adev->pdev->device == 0x6604) || (adev->pdev->device == 0x6605)) chip_name = "oland_k"; |