Searched refs:power_profile (Results 1 – 9 of 9) sorted by relevance
37 u32 power_profile; member
296 slpc->power_profile = SLPC_POWER_PROFILES_BASE; in intel_guc_slpc_init()628 slpc->power_profile = val; in intel_guc_slpc_set_power_profile()798 ret = intel_guc_slpc_set_power_profile(slpc, slpc->power_profile); in intel_guc_slpc_enable()
397 u32 power_profile; member
548 boot_params->power_profile); in ivpu_fw_boot_params_print()649 boot_params->power_profile |= BIT(1); in ivpu_fw_boot_params_setup()
474 switch (slpc->power_profile) { in slpc_power_profile_show()481 return sysfs_emit(buff, "%u\n", slpc->power_profile); in slpc_power_profile_show()
1005 if (slpc->power_profile == SLPC_POWER_PROFILES_POWER_SAVING) in intel_rps_dec_waiters()1033 if (slpc->power_profile == SLPC_POWER_PROFILES_POWER_SAVING) in intel_rps_boost()
1424 static int conv_power_profile_to_pplib_workload(int power_profile) in conv_power_profile_to_pplib_workload() argument1428 switch (power_profile) { in conv_power_profile_to_pplib_workload()
3960 static int conv_power_profile_to_pplib_workload(int power_profile) in conv_power_profile_to_pplib_workload() argument3964 switch (power_profile) { in conv_power_profile_to_pplib_workload()
662 static DEVICE_ATTR(power_profile, S_IRUGO | S_IWUSR, radeon_get_pm_profile, radeon_set_pm_profile);