Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dvega12_pptable.h86 UCHAR ucThermalControllerType; member
Dvega20_pptable.h121 UCHAR ucThermalControllerType; member
Dvega12_processpptables.c200 hwmgr->thermal_controller.ucType = powerplay_table->ucThermalControllerType; in init_powerplay_table_information()
201 pptable_information->uc_thermal_controller_type = powerplay_table->ucThermalControllerType; in init_powerplay_table_information()
Dvega20_processpptables.c825 hwmgr->thermal_controller.ucType = powerplay_table->ucThermalControllerType; in init_powerplay_table_information()
826 pptable_information->uc_thermal_controller_type = powerplay_table->ucThermalControllerType; in init_powerplay_table_information()
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/
Dvega20_ppt.c466 table_context->thermal_controller_type = powerplay_table->ucThermalControllerType; in vega20_store_powerplay_table()