Home
last modified time | relevance | path

Searched refs:amdgpu_pp_profile_name (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/include/
H A Dkgd_pp_interface.h200 extern const char * const amdgpu_pp_profile_name[PP_SMC_POWER_PROFILE_COUNT];
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_7_ppt.c2461 size += sysfs_emit_at(buf, size, "%d %-14s%s", i, amdgpu_pp_profile_name[i], in smu_v13_0_7_get_power_profile_mode()
H A Dsmu_v13_0_0_ppt.c2511 i, amdgpu_pp_profile_name[i], (i == smu->power_profile_mode) ? "*" : " "); in smu_v13_0_0_get_power_profile_mode()
/linux/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c89 const char * const amdgpu_pp_profile_name[] = { variable
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega20_hwmgr.c4067 i, amdgpu_pp_profile_name[i], (i == hwmgr->power_profile_mode) ? "*" : " "); in vega20_get_power_profile_mode()