Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dhwmgr.c99 PP_GFXOFF_MASK); in hwmgr_early_init()
107 hwmgr->feature_mask &= ~PP_GFXOFF_MASK; in hwmgr_early_init()
111 hwmgr->feature_mask &= ~PP_GFXOFF_MASK; in hwmgr_early_init()
153 hwmgr->feature_mask &= ~PP_GFXOFF_MASK; in hwmgr_early_init()
Dsmu10_hwmgr.c117 if (hwmgr->feature_mask & PP_GFXOFF_MASK) in smu10_initialize_dpm_defaults()
Dvega12_hwmgr.c426 if (hwmgr->feature_mask & PP_GFXOFF_MASK) in vega12_hwmgr_backend_init()
/Linux-v4.19/drivers/gpu/drm/amd/include/
Damd_shared.h129 PP_GFXOFF_MASK = 0x8000, enumerator
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dsoc15.c719 if (adev->powerplay.pp_feature & PP_GFXOFF_MASK) in soc15_common_early_init()