Home
last modified time | relevance | path

Searched refs:workload_refcount (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c2349 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()
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h744 uint32_t workload_refcount[PP_SMC_POWER_PROFILE_COUNT]; member