Home
last modified time | relevance | path

Searched refs:PP_GFXOFF_MASK (Results 1 – 18 of 18) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dhwmgr.c99 adev->pm.pp_feature &= ~PP_GFXOFF_MASK; in hwmgr_early_init()
104 PP_GFXOFF_MASK); in hwmgr_early_init()
110 adev->pm.pp_feature &= ~PP_GFXOFF_MASK; in hwmgr_early_init()
113 hwmgr->feature_mask &= ~PP_GFXOFF_MASK; in hwmgr_early_init()
117 adev->pm.pp_feature &= ~PP_GFXOFF_MASK; in hwmgr_early_init()
118 hwmgr->feature_mask &= ~PP_GFXOFF_MASK; in hwmgr_early_init()
159 adev->pm.pp_feature &= ~PP_GFXOFF_MASK; in hwmgr_early_init()
160 hwmgr->feature_mask &= ~PP_GFXOFF_MASK; in hwmgr_early_init()
169 adev->pm.pp_feature &= ~PP_GFXOFF_MASK; in hwmgr_early_init()
170 hwmgr->feature_mask &= ~PP_GFXOFF_MASK; in hwmgr_early_init()
Dsmu10_hwmgr.c352 if (adev->pm.pp_feature & PP_GFXOFF_MASK) { in smu10_disable_gfx_off()
372 if (adev->pm.pp_feature & PP_GFXOFF_MASK) in smu10_enable_gfx_off()
Dvega12_hwmgr.c443 if (hwmgr->feature_mask & PP_GFXOFF_MASK) in vega12_hwmgr_backend_init()
/linux-6.1.9/drivers/gpu/drm/amd/include/
Damd_shared.h219 PP_GFXOFF_MASK = 0x8000, enumerator
/linux-6.1.9/drivers/gpu/drm/amd/pm/powerplay/smumgr/
Dsmu10_smumgr.c231 adev->pm.pp_feature &= ~PP_GFXOFF_MASK; in smu10_start_smu()
/linux-6.1.9/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dvangogh_ppt.c2148 adev->pm.pp_feature &= ~PP_GFXOFF_MASK; in vangogh_post_smu_init()
2359 if (!(adev->pm.pp_feature & PP_GFXOFF_MASK)) in vangogh_set_gfxoff_residency()
2403 if (!(adev->pm.pp_feature & PP_GFXOFF_MASK)) in vangogh_get_gfxoff_entrycount()
Dnavi10_ppt.c324 if (adev->pm.pp_feature & PP_GFXOFF_MASK) in navi10_get_allowed_feature_mask()
450 if (adev->pm.pp_feature & PP_GFXOFF_MASK) { in navi10_append_powerplay_table()
Dsmu_v11_0.c1141 if (!(adev->pm.pp_feature & PP_GFXOFF_MASK)) in smu_v11_0_gfx_off_control()
Dsienna_cichlid_ppt.c336 if (adev->pm.pp_feature & PP_GFXOFF_MASK) in sienna_cichlid_get_allowed_feature_mask()
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gfx.c571 if (!(adev->pm.pp_feature & PP_GFXOFF_MASK)) in amdgpu_gfx_off_ctrl()
Dgfx_v9_0.c1217 adev->pm.pp_feature &= ~PP_GFXOFF_MASK; in gfx_v9_0_check_if_need_gfxoff()
1232 adev->pm.pp_feature &= ~PP_GFXOFF_MASK; in gfx_v9_0_check_if_need_gfxoff()
1234 if (adev->pm.pp_feature & PP_GFXOFF_MASK) in gfx_v9_0_check_if_need_gfxoff()
1240 if (adev->pm.pp_feature & PP_GFXOFF_MASK) in gfx_v9_0_check_if_need_gfxoff()
Damdgpu_device.c2152 adev->pm.pp_feature &= ~PP_GFXOFF_MASK; in amdgpu_device_ip_early_init()
Dgfx_v10_0.c3968 adev->pm.pp_feature &= ~PP_GFXOFF_MASK; in gfx_v10_0_check_gfxoff_flag()
5166 if (!(amdgpu_pp_feature_mask & PP_GFXOFF_MASK)) in gfx_v10_0_rlc_start()
Dgfx_v11_0.c1750 if (!(amdgpu_pp_feature_mask & PP_GFXOFF_MASK)) in gfx_v11_0_rlc_start()
/linux-6.1.9/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dsmu_v13_0_7_ppt.c264 if (adev->pm.pp_feature & PP_GFXOFF_MASK) in smu_v13_0_7_get_allowed_feature_mask()
Dsmu_v13_0_0_ppt.c294 !(adev->pm.pp_feature & PP_GFXOFF_MASK)) in smu_v13_0_0_get_allowed_feature_mask()
Dsmu_v13_0.c849 if (!(adev->pm.pp_feature & PP_GFXOFF_MASK)) in smu_v13_0_gfx_off_control()
/linux-6.1.9/drivers/gpu/drm/amd/pm/swsmu/
Damdgpu_smu.c598 adev->pm.pp_feature &= ~PP_GFXOFF_MASK; in smu_set_funcs()