Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu13/
Daldebaran_ppt.c1640 uint32_t throttler_status; in aldebaran_log_thermal_throttling_event() local
1645 &throttler_status); in aldebaran_log_thermal_throttling_event()
1652 if (throttler_status & logging_label[throttler_idx].feature_mask) { in aldebaran_log_thermal_throttling_event()
1670 smu_cmn_get_indep_throttler_status(throttler_status, in aldebaran_log_thermal_throttling_event()
/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu11/
Darcturus_ppt.c2288 uint32_t throttler_status; in arcturus_log_thermal_throttling_event() local
2293 &throttler_status); in arcturus_log_thermal_throttling_event()
2300 if (throttler_status & logging_label[throttler_idx].feature_mask) { in arcturus_log_thermal_throttling_event()
2318 smu_cmn_get_indep_throttler_status(throttler_status, in arcturus_log_thermal_throttling_event()
Dsienna_cichlid_ppt.c496 uint32_t throttler_status = 0; in sienna_cichlid_get_throttler_status_locked() local
502 throttler_status |= in sienna_cichlid_get_throttler_status_locked()
505 throttler_status = metrics_ext->SmuMetrics.ThrottlerStatus; in sienna_cichlid_get_throttler_status_locked()
508 return throttler_status; in sienna_cichlid_get_throttler_status_locked()