Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A 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()
H A Dsmu10_hwmgr.c117 if (hwmgr->feature_mask & PP_GFXOFF_MASK) in smu10_initialize_dpm_defaults()
H A Dvega12_hwmgr.c426 if (hwmgr->feature_mask & PP_GFXOFF_MASK) in vega12_hwmgr_backend_init()
/dragonfly/sys/dev/drm/amd/include/
H A Damd_shared.h129 PP_GFXOFF_MASK = 0x8000, enumerator
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dsoc15.c726 if (adev->powerplay.pp_feature & PP_GFXOFF_MASK) in soc15_common_early_init()