mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 00:21:17 +00:00
drm/radeon: add Mullins UVD support.
Has same version of UVD as other CIK parts. Signed-off-by: Samuel Li <samuel.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
parent
f73a9e8372
commit
3f6f0737ba
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ int radeon_uvd_init(struct radeon_device *rdev)
|
||||||
case CHIP_KABINI:
|
case CHIP_KABINI:
|
||||||
case CHIP_KAVERI:
|
case CHIP_KAVERI:
|
||||||
case CHIP_HAWAII:
|
case CHIP_HAWAII:
|
||||||
|
case CHIP_MULLINS:
|
||||||
fw_name = FIRMWARE_BONAIRE;
|
fw_name = FIRMWARE_BONAIRE;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue