Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 428beddd authored by Leo Liu's avatar Leo Liu Committed by Christian König
Browse files

drm/radeon: add Mullins VCE support



VCE 2.0 just like the other CIK parts.

Signed-off-by: default avatarLeo Liu <leo.liu@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarChristian König <christian.koenig@amd.com>
parent b214f2a4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@ int radeon_vce_init(struct radeon_device *rdev)
	case CHIP_BONAIRE:
	case CHIP_KAVERI:
	case CHIP_KABINI:
	case CHIP_MULLINS:
		fw_name = FIRMWARE_BONAIRE;
		break;