Home
last modified time | relevance | path

Searched refs:overdrive_upperlimits (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_7_ppt.c358 const OverDriveLimits_t * const overdrive_upperlimits = in smu_v13_0_7_check_powerplay_table() local
375 !overdrive_upperlimits->FeatureCtrlMask) in smu_v13_0_7_check_powerplay_table()
1058 const OverDriveLimits_t * const overdrive_upperlimits = in smu_v13_0_7_is_od_feature_supported() local
1065 feature_enabled = !!(overdrive_upperlimits->FeatureCtrlMask & (1U << od_feature_bit)); in smu_v13_0_7_is_od_feature_supported()
1083 feature_enabled = !!(overdrive_upperlimits->FeatureCtrlMask & (1U << od_feature_bit)); in smu_v13_0_7_is_od_feature_supported()
1097 const OverDriveLimits_t * const overdrive_upperlimits = in smu_v13_0_7_get_od_setting_limits() local
1106 od_max_setting = overdrive_upperlimits->GfxclkFmin; in smu_v13_0_7_get_od_setting_limits()
1110 od_max_setting = overdrive_upperlimits->GfxclkFmax; in smu_v13_0_7_get_od_setting_limits()
1114 od_max_setting = overdrive_upperlimits->UclkFmin; in smu_v13_0_7_get_od_setting_limits()
1118 od_max_setting = overdrive_upperlimits->UclkFmax; in smu_v13_0_7_get_od_setting_limits()
[all …]
H A Dsmu_v13_0_0_ppt.c345 const OverDriveLimits_t * const overdrive_upperlimits = in smu_v13_0_0_check_powerplay_table() local
361 !overdrive_upperlimits->FeatureCtrlMask) in smu_v13_0_0_check_powerplay_table()
1048 const OverDriveLimits_t * const overdrive_upperlimits = in smu_v13_0_0_is_od_feature_supported() local
1055 feature_enabled = !!(overdrive_upperlimits->FeatureCtrlMask & (1U << od_feature_bit)); in smu_v13_0_0_is_od_feature_supported()
1073 feature_enabled = !!(overdrive_upperlimits->FeatureCtrlMask & (1U << od_feature_bit)); in smu_v13_0_0_is_od_feature_supported()
1087 const OverDriveLimits_t * const overdrive_upperlimits = in smu_v13_0_0_get_od_setting_limits() local
1096 od_max_setting = overdrive_upperlimits->GfxclkFmin; in smu_v13_0_0_get_od_setting_limits()
1100 od_max_setting = overdrive_upperlimits->GfxclkFmax; in smu_v13_0_0_get_od_setting_limits()
1104 od_max_setting = overdrive_upperlimits->UclkFmin; in smu_v13_0_0_get_od_setting_limits()
1108 od_max_setting = overdrive_upperlimits->UclkFmax; in smu_v13_0_0_get_od_setting_limits()
[all …]
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0_2_ppt.c287 const OverDriveLimits_t * const overdrive_upperlimits = in smu_v14_0_2_check_powerplay_table() local
303 !overdrive_upperlimits->FeatureCtrlMask) in smu_v14_0_2_check_powerplay_table()
929 const OverDriveLimits_t * const overdrive_upperlimits = in smu_v14_0_2_is_od_feature_supported() local
936 feature_enabled = !!(overdrive_upperlimits->FeatureCtrlMask & (1U << od_feature_bit)); in smu_v14_0_2_is_od_feature_supported()
954 feature_enabled = !!(overdrive_upperlimits->FeatureCtrlMask & (1U << od_feature_bit)); in smu_v14_0_2_is_od_feature_supported()
968 const OverDriveLimits_t * const overdrive_upperlimits = in smu_v14_0_2_get_od_setting_limits() local
978 od_max_setting = overdrive_upperlimits->GfxclkFoffset; in smu_v14_0_2_get_od_setting_limits()
982 od_max_setting = overdrive_upperlimits->UclkFmin; in smu_v14_0_2_get_od_setting_limits()
986 od_max_setting = overdrive_upperlimits->UclkFmax; in smu_v14_0_2_get_od_setting_limits()
990 od_max_setting = overdrive_upperlimits->VoltageOffsetPerZoneBoundary[0]; in smu_v14_0_2_get_od_setting_limits()
[all …]