Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_dpm.c784 if (controller->ucType > 0) { in amdgpu_add_thermal_controller()
793 if (controller->ucType == ATOM_PP_THERMALCONTROLLER_RV6xx) { in amdgpu_add_thermal_controller()
798 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_RV770) { in amdgpu_add_thermal_controller()
803 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_EVERGREEN) { in amdgpu_add_thermal_controller()
808 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_SUMO) { in amdgpu_add_thermal_controller()
813 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_NISLANDS) { in amdgpu_add_thermal_controller()
818 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_SISLANDS) { in amdgpu_add_thermal_controller()
823 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_CISLANDS) { in amdgpu_add_thermal_controller()
828 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_KAVERI) { in amdgpu_add_thermal_controller()
833 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_EXTERNAL_GPIO) { in amdgpu_add_thermal_controller()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_vega12_processpptables.c205 hwmgr->thermal_controller.ucType = powerplay_table->ucThermalControllerType; in init_powerplay_table_information()
209 ATOM_VEGA12_PP_THERMALCONTROLLER_NONE != hwmgr->thermal_controller.ucType, in init_powerplay_table_information()
H A Damdgpu_process_pptables_v1_0.c902 hwmgr->thermal_controller.ucType = thermal_controller->ucType; in init_thermal_controller()
920 ATOM_TONGA_PP_THERMALCONTROLLER_NONE != hwmgr->thermal_controller.ucType, in init_thermal_controller()
H A Dpptable_v1_0.h322 UCHAR ucType; /* one of ATOM_TONGA_PP_THERMALCONTROLLER_* */ member
H A Dvega10_pptable.h313 UCHAR ucType; /* one of ATOM_VEGA10_PP_THERMALCONTROLLER_*/ member
H A Damdgpu_vega10_processpptables.c141 hwmgr->thermal_controller.ucType = thermal_controller->ucType; in init_thermal_controller()
163 ATOM_VEGA10_PP_THERMALCONTROLLER_NONE != hwmgr->thermal_controller.ucType, in init_thermal_controller()
H A Damdgpu_vega20_processpptables.c830 hwmgr->thermal_controller.ucType = powerplay_table->ucThermalControllerType; in init_powerplay_table_information()
836 ATOM_VEGA20_PP_THERMALCONTROLLER_NONE != hwmgr->thermal_controller.ucType, in init_powerplay_table_information()
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_atombios.c2278 if (controller->ucType > 0) { in radeon_atombios_add_pplib_thermal_controller()
2287 if (controller->ucType == ATOM_PP_THERMALCONTROLLER_RV6xx) { in radeon_atombios_add_pplib_thermal_controller()
2292 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_RV770) { in radeon_atombios_add_pplib_thermal_controller()
2297 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_EVERGREEN) { in radeon_atombios_add_pplib_thermal_controller()
2302 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_SUMO) { in radeon_atombios_add_pplib_thermal_controller()
2307 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_NISLANDS) { in radeon_atombios_add_pplib_thermal_controller()
2312 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_SISLANDS) { in radeon_atombios_add_pplib_thermal_controller()
2317 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_CISLANDS) { in radeon_atombios_add_pplib_thermal_controller()
2322 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_KAVERI) { in radeon_atombios_add_pplib_thermal_controller()
2327 } else if (controller->ucType == in radeon_atombios_add_pplib_thermal_controller()
[all …]
H A Dpptable.h33 UCHAR ucType; // one of ATOM_PP_THERMALCONTROLLER_* member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/include/
H A Dpptable.h33 UCHAR ucType; // one of ATOM_PP_THERMALCONTROLLER_* member
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
H A Dhwmgr.h712 uint8_t ucType; member