Searched refs:amdgpu_pp_profile_name (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/include/ |
H A D | kgd_pp_interface.h | 171 extern const char * const amdgpu_pp_profile_name[PP_SMC_POWER_PROFILE_COUNT];
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu12/ |
H A D | renoir_ppt.c | 1126 i, amdgpu_pp_profile_name[i], (i == smu->power_profile_mode) ? "*" : " "); in renoir_get_power_profile_mode()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | smu10_hwmgr.c | 1473 i, amdgpu_pp_profile_name[i], (i == hwmgr->power_profile_mode) ? "*" : " ", in smu10_get_power_profile_mode()
|
H A D | smu7_hwmgr.c | 5581 i, amdgpu_pp_profile_name[i], "*", in smu7_get_power_profile_mode() 5592 i, amdgpu_pp_profile_name[i], smu7_profiling[i].sclk_up_hyst, in smu7_get_power_profile_mode() 5597 i, amdgpu_pp_profile_name[i], "-", "-", "-"); in smu7_get_power_profile_mode()
|
H A D | vega10_hwmgr.c | 5344 i, amdgpu_pp_profile_name[i], (i == hwmgr->power_profile_mode) ? "*" : " ", in vega10_get_power_profile_mode() 5349 amdgpu_pp_profile_name[i], (i == hwmgr->power_profile_mode) ? "*" : " ", in vega10_get_power_profile_mode()
|
H A D | vega20_hwmgr.c | 4029 i, amdgpu_pp_profile_name[i], (i == hwmgr->power_profile_mode) ? "*" : " "); in vega20_get_power_profile_mode()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
H A D | smu_v13_0_7_ppt.c | 1998 size += sysfs_emit_at(buf, size, "%-14s%s", amdgpu_pp_profile_name[i], in smu_v13_0_7_get_power_profile_mode()
|
H A D | smu_v13_0_0_ppt.c | 2073 i, amdgpu_pp_profile_name[i], (i == smu->power_profile_mode) ? "*" : " "); in smu_v13_0_0_get_power_profile_mode()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
H A D | vangogh_ppt.c | 1081 i, amdgpu_pp_profile_name[i], (i == smu->power_profile_mode) ? "*" : " "); in vangogh_get_power_profile_mode()
|
H A D | arcturus_ppt.c | 1430 i, amdgpu_pp_profile_name[i], (i == smu->power_profile_mode) ? "*" : " "); in arcturus_get_power_profile_mode()
|
H A D | navi10_ppt.c | 1966 i, amdgpu_pp_profile_name[i], (i == smu->power_profile_mode) ? "*" : " "); in navi10_get_power_profile_mode()
|
H A D | sienna_cichlid_ppt.c | 1648 i, amdgpu_pp_profile_name[i], (i == smu->power_profile_mode) ? "*" : " "); in sienna_cichlid_get_power_profile_mode()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/ |
H A D | amdgpu_pm.c | 47 const char * const amdgpu_pp_profile_name[] = { variable
|