Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_6_ppt.c1256 uint32_t throttler_status = 0; in smu_v13_0_6_get_throttler_status() local
1258 throttler_status = atomic_read(&power_context->throttle_status); in smu_v13_0_6_get_throttler_status()
1259 dev_dbg(smu->adev->dev, "SMU Throttler status: %u", throttler_status); in smu_v13_0_6_get_throttler_status()
1261 return throttler_status; in smu_v13_0_6_get_throttler_status()
2591 uint32_t throttler_status; in smu_v13_0_6_log_thermal_throttling_event() local
2594 throttler_status = smu_v13_0_6_get_throttler_status(smu); in smu_v13_0_6_log_thermal_throttling_event()
2595 if (!throttler_status) in smu_v13_0_6_log_thermal_throttling_event()
2602 if (throttler_status & (1U << throttler_idx)) { in smu_v13_0_6_log_thermal_throttling_event()
2621 smu_cmn_get_indep_throttler_status(throttler_status, in smu_v13_0_6_log_thermal_throttling_event()
H A Daldebaran_ppt.c1595 uint32_t throttler_status; in aldebaran_log_thermal_throttling_event() local
1600 &throttler_status); in aldebaran_log_thermal_throttling_event()
1607 if (throttler_status & logging_label[throttler_idx].feature_mask) { in aldebaran_log_thermal_throttling_event()
1625 smu_cmn_get_indep_throttler_status(throttler_status, in aldebaran_log_thermal_throttling_event()
H A Dsmu_v13_0_7_ppt.c728 uint32_t throttler_status = 0; in smu_v13_0_7_get_throttler_status() local
732 throttler_status |= in smu_v13_0_7_get_throttler_status()
735 return throttler_status; in smu_v13_0_7_get_throttler_status()
H A Dsmu_v13_0_0_ppt.c715 uint32_t throttler_status = 0; in smu_v13_0_get_throttler_status() local
719 throttler_status |= in smu_v13_0_get_throttler_status()
722 return throttler_status; in smu_v13_0_get_throttler_status()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0_2_ppt.c609 uint32_t throttler_status = 0; in smu_v14_0_2_get_throttler_status() local
613 throttler_status |= in smu_v14_0_2_get_throttler_status()
616 return throttler_status; in smu_v14_0_2_get_throttler_status()