Commit 0bbb8176 authored by Eric Huang's avatar Eric Huang Committed by Alex Deucher
Browse files

drm/amd/amdgpu: enable uvd&vce clock gating for Fiji.

parent 0689a570
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1442,7 +1442,8 @@ static int vi_common_early_init(void *handle)
		break;
	case CHIP_FIJI:
		adev->has_uvd = true;
		adev->cg_flags = 0;
		adev->cg_flags = AMDGPU_CG_SUPPORT_UVD_MGCG |
				AMDGPU_CG_SUPPORT_VCE_MGCG;
		adev->pg_flags = 0;
		adev->external_rev_id = adev->rev_id + 0x3c;
		break;