Searched refs:workload_refcount (Results 1 – 2 of 2) sorted by relevance
2258 if (smu->workload_refcount[i]) in smu_bump_power_profile_mode()2279 smu->workload_refcount[profile_mode]++; in smu_power_profile_mode_get()2285 if (smu->workload_refcount[profile_mode]) in smu_power_profile_mode_put()2286 smu->workload_refcount[profile_mode]--; in smu_power_profile_mode_put()
564 uint32_t workload_refcount[PP_SMC_POWER_PROFILE_COUNT]; member