HomeSort by: relevance | last modified time | path
    Searched refs:ucType (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_dpm.c 784 if (controller->ucType > 0) {
793 if (controller->ucType == ATOM_PP_THERMALCONTROLLER_RV6xx) {
798 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_RV770) {
803 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_EVERGREEN) {
808 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_SUMO) {
813 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_NISLANDS) {
818 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_SISLANDS) {
823 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_CISLANDS) {
828 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_KAVERI) {
833 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_EXTERNAL_GPIO)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_vega12_processpptables.c 205 hwmgr->thermal_controller.ucType = powerplay_table->ucThermalControllerType;
209 ATOM_VEGA12_PP_THERMALCONTROLLER_NONE != hwmgr->thermal_controller.ucType,
pptable_v1_0.h 322 UCHAR ucType; /* one of ATOM_TONGA_PP_THERMALCONTROLLER_* */
vega10_pptable.h 313 UCHAR ucType; /* one of ATOM_VEGA10_PP_THERMALCONTROLLER_*/
amdgpu_process_pptables_v1_0.c 902 hwmgr->thermal_controller.ucType = thermal_controller->ucType;
920 ATOM_TONGA_PP_THERMALCONTROLLER_NONE != hwmgr->thermal_controller.ucType,
amdgpu_vega10_processpptables.c 141 hwmgr->thermal_controller.ucType = thermal_controller->ucType;
163 ATOM_VEGA10_PP_THERMALCONTROLLER_NONE != hwmgr->thermal_controller.ucType,
amdgpu_vega20_processpptables.c 830 hwmgr->thermal_controller.ucType = powerplay_table->ucThermalControllerType;
836 ATOM_VEGA20_PP_THERMALCONTROLLER_NONE != hwmgr->thermal_controller.ucType,
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios.c 2278 if (controller->ucType > 0) {
2287 if (controller->ucType == ATOM_PP_THERMALCONTROLLER_RV6xx) {
2292 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_RV770) {
2297 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_EVERGREEN) {
2302 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_SUMO) {
2307 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_NISLANDS) {
2312 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_SISLANDS) {
2317 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_CISLANDS) {
2322 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_KAVERI) {
2327 } else if (controller->ucType =
    [all...]
pptable.h 33 UCHAR ucType; // one of ATOM_PP_THERMALCONTROLLER_*
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
pptable.h 33 UCHAR ucType; // one of ATOM_PP_THERMALCONTROLLER_*
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
hwmgr.h 712 uint8_t ucType;

Completed in 24 milliseconds