HomeSort by: relevance | last modified time | path
    Searched defs:thermal_controller (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_vega10_processpptables.c 128 const ATOM_Vega10_Thermal_Controller *thermal_controller; local in function:init_thermal_controller
134 thermal_controller = (ATOM_Vega10_Thermal_Controller *)
141 hwmgr->thermal_controller.ucType = thermal_controller->ucType;
142 hwmgr->thermal_controller.ucI2cLine = thermal_controller->ucI2cLine;
143 hwmgr->thermal_controller.ucI2cAddress = thermal_controller->ucI2cAddress;
145 hwmgr->thermal_controller.fanInfo.bNoFan =
146 (0 != (thermal_controller->ucFanParameters
    [all...]
amdgpu_process_pptables_v1_0.c 894 ATOM_Tonga_Thermal_Controller *thermal_controller; local in function:init_thermal_controller
896 thermal_controller = (ATOM_Tonga_Thermal_Controller *)
902 hwmgr->thermal_controller.ucType = thermal_controller->ucType;
903 hwmgr->thermal_controller.ucI2cLine = thermal_controller->ucI2cLine;
904 hwmgr->thermal_controller.ucI2cAddress = thermal_controller->ucI2cAddress;
906 hwmgr->thermal_controller.fanInfo.bNoFan =
907 (0 != (thermal_controller->ucFanParameters & ATOM_TONGA_PP_FANPARAMETERS_NOFAN))
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_combios.c 2673 u8 thermal_controller = 0, gpio = 0, i2c_addr = 0, clk_bit = 0, data_bit = 0; local in function:radeon_combios_get_power_modes
2678 thermal_controller = RBIOS8(offset + 3);
2682 thermal_controller = RBIOS8(offset + 4);
2686 thermal_controller = RBIOS8(offset + 4);
2692 if ((thermal_controller > 0) && (thermal_controller < 3)) {
2694 thermal_controller_names[thermal_controller],
2709 const char *name = thermal_controller_names[thermal_controller];
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
hwmgr.h 779 struct pp_thermal_controller_info thermal_controller; member in struct:pp_hwmgr

Completed in 18 milliseconds