Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_guc_pc_types.h37 u32 power_profile; member
H A Dxe_gt_freq.c243 static struct kobj_attribute attr_power_profile = __ATTR_RW(power_profile);
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_slpc_types.h37 u32 power_profile; member
H A Dintel_guc_slpc.c299 slpc->power_profile = SLPC_POWER_PROFILES_BASE; in intel_guc_slpc_init()
631 slpc->power_profile = val; in intel_guc_slpc_set_power_profile()
801 ret = intel_guc_slpc_set_power_profile(slpc, slpc->power_profile); in intel_guc_slpc_enable()
/linux/drivers/accel/ivpu/
H A Dvpu_boot_api.h397 u32 power_profile; member
/linux/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()
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu10_hwmgr.c1434 static int conv_power_profile_to_pplib_workload(int power_profile) in conv_power_profile_to_pplib_workload() argument
1438 switch (power_profile) { in conv_power_profile_to_pplib_workload()
H A Dvega20_hwmgr.c4013 static int conv_power_profile_to_pplib_workload(int power_profile) in conv_power_profile_to_pplib_workload() argument
4017 switch (power_profile) { in conv_power_profile_to_pplib_workload()
/linux/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);