Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dprocesspptables.c1021 if (1 <= fan_table->ucFanTableFormat) { in init_thermal_controller()
1043 if (2 <= fan_table->ucFanTableFormat) { in init_thermal_controller()
1051 if (3 <= fan_table->ucFanTableFormat) { in init_thermal_controller()
1059 if ((3 == fan_table->ucFanTableFormat) && in init_thermal_controller()
1073 if (6 <= fan_table->ucFanTableFormat) { in init_thermal_controller()
1085 if (7 <= fan_table->ucFanTableFormat) { in init_thermal_controller()
/linux/drivers/gpu/drm/radeon/
H A Dpptable.h83 …UCHAR ucFanTableFormat; // Change this if the table format changes or version cha… member
H A Dr600_dpm.c900 if (fan_info->fan.ucFanTableFormat >= 2) in r600_parse_extended_power_table()
905 if (fan_info->fan.ucFanTableFormat >= 3) { in r600_parse_extended_power_table()
/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A 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()