Searched refs:PP_ULV_MASK (Results 1 - 9 of 9) sorted by last modified time

/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0_2_ppt.c288 if (!(adev->pm.pp_feature & PP_ULV_MASK))
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_7_ppt.c302 if (adev->pm.pp_feature & PP_ULV_MASK)
H A Dsmu_v13_0_0_ppt.c338 if (!(adev->pm.pp_feature & PP_ULV_MASK))
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsienna_cichlid_ppt.c334 if (adev->pm.pp_feature & PP_ULV_MASK)
H A Dnavi10_ppt.c319 if (adev->pm.pp_feature & PP_ULV_MASK)
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega20_hwmgr.c118 if (!(hwmgr->feature_mask & PP_ULV_MASK))
H A Dvega10_hwmgr.c141 hwmgr->feature_mask & PP_ULV_MASK ? true : false;
H A Dsmu7_hwmgr.c1834 data->ulv_supported = hwmgr->feature_mask & PP_ULV_MASK ? true : false;
/linux-master/drivers/gpu/drm/amd/include/
H A Damd_shared.h191 * @PP_ULV_MASK: Ultra low voltage.
218 PP_ULV_MASK = 0x100, enumerator in enum:PP_FEATURE_MASK

Completed in 531 milliseconds