mirror of https://gitee.com/openkylin/linux.git
drm/amd/powerplay/cz: disable vce pg
Not working reliably yet. Reviewed-by: Eric Huang <JinHuiEric.Huang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
d4fdc08e25
commit
67a0a0fd11
|
@ -249,6 +249,9 @@ static int cz_initialize_dpm_defaults(struct pp_hwmgr *hwmgr)
|
||||||
|
|
||||||
phm_cap_unset(hwmgr->platform_descriptor.platformCaps,
|
phm_cap_unset(hwmgr->platform_descriptor.platformCaps,
|
||||||
PHM_PlatformCaps_UVDPowerGating);
|
PHM_PlatformCaps_UVDPowerGating);
|
||||||
|
phm_cap_unset(hwmgr->platform_descriptor.platformCaps,
|
||||||
|
PHM_PlatformCaps_VCEPowerGating);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue