Home
last modified time | relevance | path

Searched refs:ucType (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_dpm.c835 if (controller->ucType > 0) { in amdgpu_add_thermal_controller()
844 if (controller->ucType == ATOM_PP_THERMALCONTROLLER_RV6xx) { in amdgpu_add_thermal_controller()
849 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_RV770) { in amdgpu_add_thermal_controller()
854 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_EVERGREEN) { in amdgpu_add_thermal_controller()
859 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_SUMO) { in amdgpu_add_thermal_controller()
864 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_NISLANDS) { in amdgpu_add_thermal_controller()
869 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_SISLANDS) { in amdgpu_add_thermal_controller()
874 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_CISLANDS) { in amdgpu_add_thermal_controller()
879 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_KAVERI) { in amdgpu_add_thermal_controller()
884 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_EXTERNAL_GPIO) { in amdgpu_add_thermal_controller()
[all …]
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dvega12_processpptables.c244 hwmgr->thermal_controller.ucType = powerplay_table->ucThermalControllerType; in init_powerplay_table_information()
248 ATOM_VEGA12_PP_THERMALCONTROLLER_NONE != hwmgr->thermal_controller.ucType, in init_powerplay_table_information()
Dpptable_v1_0.h320 UCHAR ucType; /* one of ATOM_TONGA_PP_THERMALCONTROLLER_* */ member
Dvega10_pptable.h287 UCHAR ucType; /* one of ATOM_VEGA10_PP_THERMALCONTROLLER_*/ member
Dprocess_pptables_v1_0.c897 hwmgr->thermal_controller.ucType = thermal_controller->ucType; in init_thermal_controller()
915 ATOM_TONGA_PP_THERMALCONTROLLER_NONE != hwmgr->thermal_controller.ucType, in init_thermal_controller()
Dvega10_processpptables.c133 hwmgr->thermal_controller.ucType = thermal_controller->ucType; in init_thermal_controller()
155 ATOM_VEGA10_PP_THERMALCONTROLLER_NONE != hwmgr->thermal_controller.ucType, in init_thermal_controller()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_atombios.c2280 if (controller->ucType > 0) { in radeon_atombios_add_pplib_thermal_controller()
2289 if (controller->ucType == ATOM_PP_THERMALCONTROLLER_RV6xx) { in radeon_atombios_add_pplib_thermal_controller()
2294 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_RV770) { in radeon_atombios_add_pplib_thermal_controller()
2299 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_EVERGREEN) { in radeon_atombios_add_pplib_thermal_controller()
2304 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_SUMO) { in radeon_atombios_add_pplib_thermal_controller()
2309 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_NISLANDS) { in radeon_atombios_add_pplib_thermal_controller()
2314 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_SISLANDS) { in radeon_atombios_add_pplib_thermal_controller()
2319 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_CISLANDS) { in radeon_atombios_add_pplib_thermal_controller()
2324 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_KAVERI) { in radeon_atombios_add_pplib_thermal_controller()
2329 } else if (controller->ucType == in radeon_atombios_add_pplib_thermal_controller()
[all …]
Dpptable.h31 UCHAR ucType; // one of ATOM_PP_THERMALCONTROLLER_* member
/Linux-v4.19/drivers/gpu/drm/amd/include/
Dpptable.h31 UCHAR ucType; // one of ATOM_PP_THERMALCONTROLLER_* member
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/
Dhwmgr.h677 uint8_t ucType; member