Home
last modified time | relevance | path

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

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