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

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

drm/amdgpu/powerplay/cz: add missing call to powergate VCE



Not enabled yet, but missing the call.

Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 7359ee63
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -206,7 +206,7 @@ int cz_dpm_powergate_vce(struct pp_hwmgr *hwmgr, bool bgate)
							AMD_IP_BLOCK_TYPE_VCE,
							AMD_PG_STATE_GATE);
				cz_enable_disable_vce_dpm(hwmgr, false);
			/* TODO: to figure out why vce can't be poweroff*/
				cz_dpm_powerdown_vce(hwmgr);
				cz_hwmgr->vce_power_gated = true;
			} else {
				cz_dpm_powerup_vce(hwmgr);