Searched refs:throttler_status (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Daldebaran_ppt.c1644 uint32_t throttler_status; local
1649 &throttler_status);
1656 if (throttler_status & logging_label[throttler_idx].feature_mask) {
1674 smu_cmn_get_indep_throttler_status(throttler_status,
H A Dsmu_v13_0_6_ppt.c822 uint32_t throttler_status = 0; local
824 throttler_status = atomic_read(&power_context->throttle_status);
825 dev_dbg(smu->adev->dev, "SMU Throttler status: %u", throttler_status);
827 return throttler_status;
2099 uint32_t throttler_status; local
2102 throttler_status = smu_v13_0_6_get_throttler_status(smu);
2103 if (!throttler_status)
2110 if (throttler_status & (1U << throttler_idx)) {
2129 smu_cmn_get_indep_throttler_status(throttler_status,
H A Dsmu_v13_0_7_ppt.c752 uint32_t throttler_status = 0; local
756 throttler_status |=
759 return throttler_status;
H A Dsmu_v13_0_0_ppt.c760 uint32_t throttler_status = 0; local
764 throttler_status |=
767 return throttler_status;
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Darcturus_ppt.c2216 uint32_t throttler_status; local
2221 &throttler_status);
2228 if (throttler_status & logging_label[throttler_idx].feature_mask) {
2246 smu_cmn_get_indep_throttler_status(throttler_status,
H A Dsienna_cichlid_ppt.c602 uint32_t throttler_status = 0; local
607 throttler_status |=
611 throttler_status |=
614 throttler_status = metrics_ext->SmuMetrics.ThrottlerStatus;
617 return throttler_status;
/linux-master/drivers/platform/x86/amd/pmf/
H A Dpmf.h202 u16 throttler_status; member in struct:smu_pmf_metrics

Completed in 233 milliseconds