Home
last modified time | relevance | path

Searched refs:GNLD_THERMAL (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dvega10_hwmgr.h56 GNLD_THERMAL, enumerator
H A Dvega12_hwmgr.h58 GNLD_THERMAL, enumerator
H A Dvega10_hwmgr.c388 data->smu_features[GNLD_THERMAL].smu_feature_id = in vega10_init_dpm_defaults()
451 data->smu_features[GNLD_THERMAL].supported = true; in vega10_init_dpm_defaults()
2623 if (data->smu_features[GNLD_THERMAL].supported) { in vega10_enable_thermal_protection()
2624 if (data->smu_features[GNLD_THERMAL].enabled) in vega10_enable_thermal_protection()
2630 data->smu_features[GNLD_THERMAL].smu_feature_bitmap), in vega10_enable_thermal_protection()
2633 data->smu_features[GNLD_THERMAL].enabled = true; in vega10_enable_thermal_protection()
2643 if (data->smu_features[GNLD_THERMAL].supported) { in vega10_disable_thermal_protection()
2644 if (!data->smu_features[GNLD_THERMAL].enabled) in vega10_disable_thermal_protection()
2650 data->smu_features[GNLD_THERMAL].smu_feature_bitmap), in vega10_disable_thermal_protection()
2653 data->smu_features[GNLD_THERMAL].enabled = false; in vega10_disable_thermal_protection()
H A Dvega12_hwmgr.c323 data->smu_features[GNLD_THERMAL].smu_feature_id = in vega12_init_dpm_defaults()