Searched refs:ucType (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.c692 if (controller->ucType > 0) {
701 if (controller->ucType == ATOM_PP_THERMALCONTROLLER_RV6xx) {
706 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_RV770) {
711 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_EVERGREEN) {
716 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_SUMO) {
721 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_NISLANDS) {
726 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_SISLANDS) {
731 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_CISLANDS) {
736 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_KAVERI) {
741 } else if (controller->ucType
[all...]
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega12_processpptables.c198 hwmgr->thermal_controller.ucType = powerplay_table->ucThermalControllerType;
202 ATOM_VEGA12_PP_THERMALCONTROLLER_NONE != hwmgr->thermal_controller.ucType,
H A Dvega10_pptable.h311 UCHAR ucType; /* one of ATOM_VEGA10_PP_THERMALCONTROLLER_*/ member in struct:_ATOM_Vega10_Thermal_Controller
H A Dvega10_processpptables.c135 hwmgr->thermal_controller.ucType = thermal_controller->ucType;
157 ATOM_VEGA10_PP_THERMALCONTROLLER_NONE != hwmgr->thermal_controller.ucType,
H A Dprocess_pptables_v1_0.c922 hwmgr->thermal_controller.ucType = thermal_controller->ucType;
940 ATOM_TONGA_PP_THERMALCONTROLLER_NONE != hwmgr->thermal_controller.ucType,
H A Dpptable_v1_0.h350 UCHAR ucType; /* one of ATOM_TONGA_PP_THERMALCONTROLLER_* */ member in struct:_ATOM_Tonga_Thermal_Controller
H A Dprocesspptables.c987 hwmgr->thermal_controller.ucType =
988 powerplay_table->sThermalController.ucType;
1008 ATOM_PP_THERMALCONTROLLER_NONE != hwmgr->thermal_controller.ucType,
H A Dvega20_processpptables.c824 hwmgr->thermal_controller.ucType = powerplay_table->ucThermalControllerType;
830 ATOM_VEGA20_PP_THERMALCONTROLLER_NONE != hwmgr->thermal_controller.ucType,
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c2283 if (controller->ucType > 0) {
2292 if (controller->ucType == ATOM_PP_THERMALCONTROLLER_RV6xx) {
2297 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_RV770) {
2302 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_EVERGREEN) {
2307 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_SUMO) {
2312 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_NISLANDS) {
2317 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_SISLANDS) {
2322 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_CISLANDS) {
2327 } else if (controller->ucType == ATOM_PP_THERMALCONTROLLER_KAVERI) {
2332 } else if (controller->ucType
[all...]
H A Dpptable.h31 UCHAR ucType; // one of ATOM_PP_THERMALCONTROLLER_* member in struct:_ATOM_PPLIB_THERMALCONTROLLER
/linux-master/drivers/gpu/drm/amd/include/
H A Dpptable.h31 UCHAR ucType; // one of ATOM_PP_THERMALCONTROLLER_* member in struct:_ATOM_PPLIB_THERMALCONTROLLER
/linux-master/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h716 uint8_t ucType; member in struct:pp_thermal_controller_info

Completed in 319 milliseconds