Home
last modified time | relevance | path

Searched refs:power_profile (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_slpc_types.h37 u32 power_profile; member
H A Dintel_guc_slpc.c296 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()
/linux-6.15/drivers/accel/ivpu/
H A Dvpu_boot_api.h397 u32 power_profile; member
H A Divpu_fw.c548 boot_params->power_profile); in ivpu_fw_boot_params_print()
649 boot_params->power_profile |= BIT(1); in ivpu_fw_boot_params_setup()
/linux-6.15/drivers/gpu/drm/i915/gt/
H A Dintel_gt_sysfs_pm.c474 switch (slpc->power_profile) { in slpc_power_profile_show()
481 return sysfs_emit(buff, "%u\n", slpc->power_profile); in slpc_power_profile_show()
H A Dintel_rps.c1005 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()
/linux-6.15/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu10_hwmgr.c1424 static int conv_power_profile_to_pplib_workload(int power_profile) in conv_power_profile_to_pplib_workload() argument
1428 switch (power_profile) { in conv_power_profile_to_pplib_workload()
H A Dvega20_hwmgr.c3960 static int conv_power_profile_to_pplib_workload(int power_profile) in conv_power_profile_to_pplib_workload() argument
3964 switch (power_profile) { in conv_power_profile_to_pplib_workload()
/linux-6.15/drivers/gpu/drm/radeon/
H A Dradeon_pm.c662 static DEVICE_ATTR(power_profile, S_IRUGO | S_IWUSR, radeon_get_pm_profile, radeon_set_pm_profile);