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

Commit 370afa7a authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/amdgpu/powerplay/cz: enable/disable vce dpm independent of vce pg



If we don't disable it when vce is not in use, we use extra power
if vce pg is disabled.

Reviewed-by: default avatarChristian König <christian.koenig@amd.com>
Reviewed-by: default avatarRex Zhu <Rex.Zhu@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent b3dae782
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -226,7 +226,7 @@ int cz_dpm_powergate_vce(struct pp_hwmgr *hwmgr, bool bgate)
		}
	} else {
		cz_dpm_update_vce_dpm(hwmgr);
		cz_enable_disable_vce_dpm(hwmgr, true);
		cz_enable_disable_vce_dpm(hwmgr, !bgate);
		return 0;
	}