Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/swsmu/smu15/
H A Dsmu_v15_0_8_ppt.c2278 uint32_t throttler_status = 0; in smu_v15_0_8_get_throttler_status() local
2280 throttler_status = atomic_read(&power_context->throttle_status); in smu_v15_0_8_get_throttler_status()
2281 dev_dbg(smu->adev->dev, "SMU Throttler status: %u", throttler_status); in smu_v15_0_8_get_throttler_status()
2283 return throttler_status; in smu_v15_0_8_get_throttler_status()
2297 uint32_t throttler_status; in smu_v15_0_8_log_thermal_throttling_event() local
2300 throttler_status = smu_v15_0_8_get_throttler_status(smu); in smu_v15_0_8_log_thermal_throttling_event()
2301 if (!throttler_status) in smu_v15_0_8_log_thermal_throttling_event()
2308 if (throttler_status & (1U << throttler_idx)) { in smu_v15_0_8_log_thermal_throttling_event()
2327 smu_cmn_get_indep_throttler_status(throttler_status, in smu_v15_0_8_log_thermal_throttling_event()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_7_ppt.c729 uint32_t throttler_status = 0; in smu_v13_0_7_get_throttler_status() local
733 throttler_status |= in smu_v13_0_7_get_throttler_status()
736 return throttler_status; in smu_v13_0_7_get_throttler_status()
H A Dsmu_v13_0_0_ppt.c716 uint32_t throttler_status = 0; in smu_v13_0_get_throttler_status() local
720 throttler_status |= in smu_v13_0_get_throttler_status()
723 return throttler_status; in smu_v13_0_get_throttler_status()
/linux/drivers/platform/x86/amd/pmf/
H A Dpmf.h524 u16 throttler_status; member