/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/ |
amdgpu_renoir_ppt.c | 833 static const char *profile_name[] = { local in function:renoir_get_power_profile_mode 857 i, profile_name[i], (i == smu->power_profile_mode) ? "*" : " ");
|
amdgpu_renoir_ppt.c | 833 static const char *profile_name[] = { local in function:renoir_get_power_profile_mode 857 i, profile_name[i], (i == smu->power_profile_mode) ? "*" : " ");
|
amdgpu_navi10_ppt.c | 1246 static const char *profile_name[] = { local in function:navi10_get_power_profile_mode 1290 i, profile_name[i], (i == smu->power_profile_mode) ? "*" : " ");
|
amdgpu_vega20_ppt.c | 1777 static const char *profile_name[] = { local in function:vega20_get_power_profile_mode 1821 i, profile_name[i], (i == smu->power_profile_mode) ? "*" : " ");
|
amdgpu_navi10_ppt.c | 1246 static const char *profile_name[] = { local in function:navi10_get_power_profile_mode 1290 i, profile_name[i], (i == smu->power_profile_mode) ? "*" : " ");
|
amdgpu_vega20_ppt.c | 1777 static const char *profile_name[] = { local in function:vega20_get_power_profile_mode 1821 i, profile_name[i], (i == smu->power_profile_mode) ? "*" : " ");
|
/src/usr.bin/indent/ |
indent.c | 186 const char *profile_name = NULL; local in function:load_profiles 194 profile_name = arg + 2; 197 load_profile_files(profile_name);
|
indent.c | 186 const char *profile_name = NULL; local in function:load_profiles 194 profile_name = arg + 2; 197 load_profile_files(profile_name);
|
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
amdgpu_smu10_hwmgr.c | 1252 static const char *profile_name[6] = { local in function:smu10_get_power_profile_mode 1274 i, profile_name[i], (i == hwmgr->power_profile_mode) ? "*" : " ",
|
amdgpu_smu10_hwmgr.c | 1252 static const char *profile_name[6] = { local in function:smu10_get_power_profile_mode 1274 i, profile_name[i], (i == hwmgr->power_profile_mode) ? "*" : " ",
|
amdgpu_vega20_hwmgr.c | 3896 static const char *profile_name[] = { local in function:vega20_get_power_profile_mode 3935 i, profile_name[i], (i == hwmgr->power_profile_mode) ? "*" : " ");
|
amdgpu_vega20_hwmgr.c | 3896 static const char *profile_name[] = { local in function:vega20_get_power_profile_mode 3935 i, profile_name[i], (i == hwmgr->power_profile_mode) ? "*" : " ");
|
amdgpu_vega10_hwmgr.c | 4987 static const char *profile_name[7] = {"BOOTUP_DEFAULT", local in function:vega10_get_power_profile_mode 5009 i, profile_name[i], (i == hwmgr->power_profile_mode) ? "*" : " ", 5013 profile_name[i], (i == hwmgr->power_profile_mode) ? "*" : " ",
|
amdgpu_smu7_hwmgr.c | 4930 static const char *profile_name[7] = {"BOOTUP_DEFAULT", local in function:smu7_get_power_profile_mode 4959 i, profile_name[i], "*", 4970 i, profile_name[i], smu7_profiling[i].sclk_up_hyst, 4975 i, profile_name[i], "-", "-", "-");
|
amdgpu_vega10_hwmgr.c | 4987 static const char *profile_name[7] = {"BOOTUP_DEFAULT", local in function:vega10_get_power_profile_mode 5009 i, profile_name[i], (i == hwmgr->power_profile_mode) ? "*" : " ", 5013 profile_name[i], (i == hwmgr->power_profile_mode) ? "*" : " ",
|
amdgpu_smu7_hwmgr.c | 4930 static const char *profile_name[7] = {"BOOTUP_DEFAULT", local in function:smu7_get_power_profile_mode 4959 i, profile_name[i], "*", 4970 i, profile_name[i], smu7_profiling[i].sclk_up_hyst, 4975 i, profile_name[i], "-", "-", "-");
|