Explorar el Código

drm/amd/powerplay/tonga: disable vce pg

Not working reliably yet.

Reviewed-by: Eric Huang <JinHuiEric.Huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Alex Deucher hace 9 años
padre
commit
f997e6f213
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c

+ 2 - 0
drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c

@@ -4617,6 +4617,8 @@ int tonga_hwmgr_backend_init(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);
 
 
 	if (0 == result) {
 	if (0 == result) {
 		struct cgs_system_info sys_info = {0};
 		struct cgs_system_info sys_info = {0};