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.c1020 if (1 <= fan_table->ucFanTableFormat) { in init_thermal_controller()
1042 if (2 <= fan_table->ucFanTableFormat) { in init_thermal_controller()
1050 if (3 <= fan_table->ucFanTableFormat) { in init_thermal_controller()
1058 if ((3 == fan_table->ucFanTableFormat) && in init_thermal_controller()
1072 if (6 <= fan_table->ucFanTableFormat) { in init_thermal_controller()
1084 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.c899 if (fan_info->fan.ucFanTableFormat >= 2) in r600_parse_extended_power_table()
904 if (fan_info->fan.ucFanTableFormat >= 3) { in r600_parse_extended_power_table()
/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.c223 if (fan_info->fan.ucFanTableFormat >= 2) in amdgpu_parse_extended_power_table()
228 if (fan_info->fan.ucFanTableFormat >= 3) { in amdgpu_parse_extended_power_table()