HomeSort by: relevance | last modified time | path
    Searched defs:profile_mode (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_renoir_ppt.c 672 uint32_t profile_mode = input[size]; local in function:renoir_set_power_profile_mode
674 if (profile_mode > PP_SMC_POWER_PROFILE_CUSTOM) {
693 smu->power_profile_mode = profile_mode;
amdgpu_arcturus_ppt.c 1442 uint32_t profile_mode = input[size]; local in function:arcturus_set_power_profile_mode
1446 if (profile_mode > PP_SMC_POWER_PROFILE_CUSTOM) {
1447 pr_err("Invalid power profile mode %d\n", profile_mode);
1455 if ((profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) &&
1507 workload_type = smu_workload_get_type(smu, profile_mode);
1509 pr_err("Unsupported power profile mode %d on arcturus\n", profile_mode);
1521 smu->power_profile_mode = profile_mode;
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_pm.c 1611 long int profile_mode = 0; local in function:amdgpu_set_pp_power_profile_mode
1616 ret = kstrtol(tmp, 0, &profile_mode);
1623 if (profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) {
1640 parameter[parameter_size] = profile_mode;

Completed in 70 milliseconds