Home
last modified time | relevance | path

Searched refs:ucFanTableFormat (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dprocesspptables.c1023 if (1 <= fan_table->ucFanTableFormat) { in init_thermal_controller()
1045 if (2 <= fan_table->ucFanTableFormat) { in init_thermal_controller()
1053 if (3 <= fan_table->ucFanTableFormat) { in init_thermal_controller()
1061 if ((3 == fan_table->ucFanTableFormat) && in init_thermal_controller()
1075 if (6 <= fan_table->ucFanTableFormat) { in init_thermal_controller()
1087 if (7 <= fan_table->ucFanTableFormat) { in init_thermal_controller()
/linux-6.6.21/drivers/gpu/drm/radeon/
Dpptable.h83 …UCHAR ucFanTableFormat; // Change this if the table format changes or version cha… member
Dr600_dpm.c902 if (fan_info->fan.ucFanTableFormat >= 2) in r600_parse_extended_power_table()
907 if (fan_info->fan.ucFanTableFormat >= 3) { in r600_parse_extended_power_table()
/linux-6.6.21/drivers/gpu/drm/amd/include/
Dpptable.h87 …UCHAR ucFanTableFormat; // Change this if the table format changes or version cha… member
/linux-6.6.21/drivers/gpu/drm/amd/pm/legacy-dpm/
Dlegacy_dpm.c249 if (fan_info->fan.ucFanTableFormat >= 2) in amdgpu_parse_extended_power_table()
254 if (fan_info->fan.ucFanTableFormat >= 3) { in amdgpu_parse_extended_power_table()