Searched refs:workload_refcount (Results 1 – 2 of 2) sorted by relevance
2349 if (smu->workload_refcount[i]) in smu_bump_power_profile_mode()2370 smu->workload_refcount[profile_mode]++; in smu_power_profile_mode_get()2376 if (smu->workload_refcount[profile_mode]) in smu_power_profile_mode_put()2377 smu->workload_refcount[profile_mode]--; in smu_power_profile_mode_put()
744 uint32_t workload_refcount[PP_SMC_POWER_PROFILE_COUNT]; member