Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A 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()
H A 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()
H A Dvega12_hwmgr.c452 if (hwmgr->feature_mask & PP_GFXOFF_MASK) in vega12_hwmgr_backend_init()
/linux/drivers/gpu/drm/amd/include/
H A Damd_shared.h229 PP_GFXOFF_MASK = 0x8000, enumerator
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dsmu10_smumgr.c234 adev->pm.pp_feature &= ~PP_GFXOFF_MASK; in smu10_start_smu()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v9_0.c1393 adev->pm.pp_feature &= ~PP_GFXOFF_MASK; in gfx_v9_0_check_if_need_gfxoff()
1408 adev->pm.pp_feature &= ~PP_GFXOFF_MASK; in gfx_v9_0_check_if_need_gfxoff()
1410 if (adev->pm.pp_feature & PP_GFXOFF_MASK) in gfx_v9_0_check_if_need_gfxoff()
1416 if (adev->pm.pp_feature & PP_GFXOFF_MASK) in gfx_v9_0_check_if_need_gfxoff()
H A Damdgpu_gfx.c789 if (!(adev->pm.pp_feature & PP_GFXOFF_MASK)) in amdgpu_gfx_off_ctrl()
H A Damdgpu_device.c2657 adev->pm.pp_feature &= ~PP_GFXOFF_MASK; in amdgpu_device_ip_early_init()
H A Dgfx_v9_4_3.c571 adev->pm.pp_feature &= ~PP_GFXOFF_MASK; in gfx_v9_4_3_check_if_need_gfxoff()
H A Dgfx_v10_0.c4116 adev->pm.pp_feature &= ~PP_GFXOFF_MASK; in gfx_v10_0_check_gfxoff_flag()
5381 if (!(amdgpu_pp_feature_mask & PP_GFXOFF_MASK)) in gfx_v10_0_rlc_start()
H A Dgfx_v12_0.c1837 if (!(amdgpu_pp_feature_mask & PP_GFXOFF_MASK)) in gfx_v12_0_rlc_start()
H A Dgfx_v11_0.c2161 if (!(amdgpu_pp_feature_mask & PP_GFXOFF_MASK)) in gfx_v11_0_rlc_start()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0.c816 if (!(adev->pm.pp_feature & PP_GFXOFF_MASK)) in smu_v13_0_gfx_off_control()
H A Dsmu_v13_0_7_ppt.c286 if (adev->pm.pp_feature & PP_GFXOFF_MASK) in smu_v13_0_7_get_allowed_feature_mask()
H A Dsmu_v13_0_0_ppt.c323 !(adev->pm.pp_feature & PP_GFXOFF_MASK)) in smu_v13_0_0_get_allowed_feature_mask()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0_2_ppt.c293 !(adev->pm.pp_feature & PP_GFXOFF_MASK)) in smu_v14_0_2_get_allowed_feature_mask()
/linux/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c711 adev->pm.pp_feature &= ~PP_GFXOFF_MASK; in smu_set_funcs()