Searched refs:tj_max (Results 1 – 16 of 16) sorted by relevance
| /linux-6.15/drivers/thermal/intel/ |
| H A D | x86_pkg_temp_thermal.c | 128 int tj_max, val, ret; in sys_set_trip_temp() local 130 tj_max = intel_tcc_get_tjmax(zonedev->cpu); in sys_set_trip_temp() 131 if (tj_max < 0) in sys_set_trip_temp() 132 return tj_max; in sys_set_trip_temp() 133 tj_max *= 1000; in sys_set_trip_temp() 135 val = (tj_max - temp)/1000; in sys_set_trip_temp() 317 int tj_max; in pkg_temp_thermal_device_add() local 329 tj_max = intel_tcc_get_tjmax(cpu); in pkg_temp_thermal_device_add() 330 if (tj_max < 0) in pkg_temp_thermal_device_add() 331 return tj_max; in pkg_temp_thermal_device_add() [all …]
|
| H A D | intel_soc_dts_iosf.c | 59 temp_out = (sensors->tj_max - temp) / 1000; in update_trip_temp() 141 if (temp > sensors->tj_max) in sys_set_trip_temp() 168 *temp = sensors->tj_max - out * 1000; in sys_get_curr_temp() 312 int tj_max; in intel_soc_dts_iosf_init() local 319 tj_max = intel_tcc_get_tjmax(-1); in intel_soc_dts_iosf_init() 320 if (tj_max < 0) in intel_soc_dts_iosf_init() 321 return ERR_PTR(tj_max); in intel_soc_dts_iosf_init() 330 sensors->tj_max = tj_max * 1000; in intel_soc_dts_iosf_init() 345 temp = sensors->tj_max - crit_offset; in intel_soc_dts_iosf_init()
|
| H A D | intel_soc_dts_iosf.h | 36 u32 tj_max; member
|
| /linux-6.15/drivers/gpu/drm/amd/pm/inc/ |
| H A D | amdgpu_dpm.h | 186 u32 tj_max; member
|
| /linux-6.15/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 364 unsigned int tj_max; variable 4846 c->core_temp_c = tj_max - ((msr >> 16) & 0x7F); in get_counters() 4898 p->pkg_temp_c = tj_max - ((msr >> 16) & 0x7F); in get_counters() 7511 tj_max = tj_max_override; in set_temperature_target() 7512 fprintf(outf, "cpu%d: Using cmdline TCC Target (%d C)\n", cpu, tj_max); in set_temperature_target() 7544 tj_max = tcc_default; in set_temperature_target() 7549 tj_max = TJMAX_DEFAULT; in set_temperature_target() 7550 fprintf(outf, "cpu%d: Guessing tjMax %d C, Please use -T to specify\n", cpu, tj_max); in set_temperature_target() 7594 cpu, msr, tj_max - dts, tj_max - dts2); in print_thermal() 7606 cpu, msr, tj_max - dts, resolution); in print_thermal() [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/pm/powerplay/inc/ |
| H A D | hwmgr.h | 499 uint32_t tj_max; member
|
| /linux-6.15/drivers/gpu/drm/amd/pm/legacy-dpm/ |
| H A D | legacy_dpm.c | 552 adev->pm.dpm.dyn_state.ppm_table->tj_max = in amdgpu_parse_extended_power_table()
|
| H A D | si_dpm.c | 2290 papm_parm->dGPU_T_Limit = cpu_to_be32(ppm->tj_max); in si_populate_smc_tdp_limits()
|
| /linux-6.15/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| H A D | process_pptables_v1_0.c | 228 ptr->tj_max in get_platform_power_management_table()
|
| H A D | processpptables.c | 1531 ptr->tj_max = le32_to_cpu(atom_ppm_table->ulTjmax); in get_platform_power_management_table()
|
| /linux-6.15/drivers/gpu/drm/radeon/ |
| H A D | r600_dpm.c | 1223 rdev->pm.dpm.dyn_state.ppm_table->tj_max = in r600_parse_extended_power_table()
|
| H A D | radeon.h | 1451 u32 tj_max; member
|
| H A D | ci_dpm.c | 425 dpm_table->PPM_TemperatureLimit = cpu_to_be16((u16)ppm->tj_max * 256); in ci_populate_bapm_parameters_in_dpm_table()
|
| H A D | si_dpm.c | 2139 papm_parm->dGPU_T_Limit = cpu_to_be32(ppm->tj_max); in si_populate_smc_tdp_limits()
|
| /linux-6.15/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
| H A D | iceland_smumgr.c | 1880 dpm_table->PPM_TemperatureLimit = (uint16_t)ppm->tj_max * 256; in iceland_populate_bapm_parameters_in_dpm_table()
|
| H A D | ci_smumgr.c | 737 dpm_table->PPM_TemperatureLimit = (uint16_t)ppm->tj_max * 256; in ci_populate_bapm_parameters_in_dpm_table()
|