diff options
| author | Alex Deucher <[email protected]> | 2016-12-02 05:23:35 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2016-12-06 23:08:39 +0000 |
| commit | abb2e3c1ce64c8bba678973800c34ea1dc97c42c (patch) | |
| tree | 81d569a2b9aef8e52da38be27b4e4e0b3a125caf | |
| parent | drm/radeon: add additional pci revision to dpm workaround (diff) | |
| download | kernel-abb2e3c1ce64c8bba678973800c34ea1dc97c42c.tar.gz kernel-abb2e3c1ce64c8bba678973800c34ea1dc97c42c.zip | |
drm/radeon/si: load the proper firmware on 0x87 oland boards
New variant.
Signed-off-by: Alex Deucher <[email protected]>
Cc: [email protected]
| -rw-r--r-- | drivers/gpu/drm/radeon/si.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/si.c b/drivers/gpu/drm/radeon/si.c index 143280dc0851..ad4d7b8b8322 100644 --- a/drivers/gpu/drm/radeon/si.c +++ b/drivers/gpu/drm/radeon/si.c @@ -1714,6 +1714,7 @@ static int si_init_microcode(struct radeon_device *rdev) (rdev->pdev->revision == 0x80) || (rdev->pdev->revision == 0x81) || (rdev->pdev->revision == 0x83) || + (rdev->pdev->revision == 0x87) || (rdev->pdev->device == 0x6604) || (rdev->pdev->device == 0x6605)) new_smc = true; |
