Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/pm/swsmu/smu13/
Daldebaran_ppt.c1680 int throttler_idx, throtting_events = 0, buf_idx = 0; in aldebaran_log_thermal_throttling_event() local
1692 for (throttler_idx = 0; throttler_idx < ARRAY_SIZE(logging_label); in aldebaran_log_thermal_throttling_event()
1693 throttler_idx++) { in aldebaran_log_thermal_throttling_event()
1694 if (throttler_status & logging_label[throttler_idx].feature_mask) { in aldebaran_log_thermal_throttling_event()
1700 logging_label[throttler_idx].label); in aldebaran_log_thermal_throttling_event()
Dsmu_v13_0_6_ppt.c1891 int throttler_idx, throtting_events = 0, buf_idx = 0; in smu_v13_0_6_log_thermal_throttling_event() local
1901 for (throttler_idx = 0; in smu_v13_0_6_log_thermal_throttling_event()
1902 throttler_idx < ARRAY_SIZE(throttling_logging_label); in smu_v13_0_6_log_thermal_throttling_event()
1903 throttler_idx++) { in smu_v13_0_6_log_thermal_throttling_event()
1904 if (throttler_status & (1U << throttler_idx)) { in smu_v13_0_6_log_thermal_throttling_event()
1909 throttling_logging_label[throttler_idx]); in smu_v13_0_6_log_thermal_throttling_event()
/linux-6.6.21/drivers/gpu/drm/amd/pm/swsmu/smu11/
Darcturus_ppt.c2316 int throttler_idx, throtting_events = 0, buf_idx = 0; in arcturus_log_thermal_throttling_event() local
2328 for (throttler_idx = 0; throttler_idx < ARRAY_SIZE(logging_label); in arcturus_log_thermal_throttling_event()
2329 throttler_idx++) { in arcturus_log_thermal_throttling_event()
2330 if (throttler_status & logging_label[throttler_idx].feature_mask) { in arcturus_log_thermal_throttling_event()
2336 logging_label[throttler_idx].label); in arcturus_log_thermal_throttling_event()