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

Commit d71c48f6 authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/radeon: add missing vce init case for hawaii



Hawaii has the same version of VCE as other CIK parts.

Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
parent 5e167cdb
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_HAWAII:
	case CHIP_MULLINS:
		fw_name = FIRMWARE_BONAIRE;
		break;