OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:int_thermal_type
(Results
1 - 19
of
19
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_dpm.c
797
adev->pm.
int_thermal_type
= THERMAL_TYPE_RV6XX;
802
adev->pm.
int_thermal_type
= THERMAL_TYPE_RV770;
807
adev->pm.
int_thermal_type
= THERMAL_TYPE_EVERGREEN;
812
adev->pm.
int_thermal_type
= THERMAL_TYPE_SUMO;
817
adev->pm.
int_thermal_type
= THERMAL_TYPE_NI;
822
adev->pm.
int_thermal_type
= THERMAL_TYPE_SI;
827
adev->pm.
int_thermal_type
= THERMAL_TYPE_CI;
832
adev->pm.
int_thermal_type
= THERMAL_TYPE_KV;
837
adev->pm.
int_thermal_type
= THERMAL_TYPE_EXTERNAL_GPIO;
843
adev->pm.
int_thermal_type
= THERMAL_TYPE_ADT7473_WITH_INTERNAL
[
all
...]
amdgpu_dpm.h
431
enum amdgpu_int_thermal_type
int_thermal_type
;
member in struct:amdgpu_pm
amdgpu_kv_dpm.c
1360
amdgpu_is_internal_thermal_sensor(adev->pm.
int_thermal_type
)) {
3023
adev->pm.
int_thermal_type
= THERMAL_TYPE_NONE;
amdgpu_si_dpm.c
5174
switch (adev->pm.
int_thermal_type
) {
7436
if (adev->pm.
int_thermal_type
!= THERMAL_TYPE_NONE)
7716
adev->pm.
int_thermal_type
= THERMAL_TYPE_NONE;
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios.c
2291
rdev->pm.
int_thermal_type
= THERMAL_TYPE_RV6XX;
2296
rdev->pm.
int_thermal_type
= THERMAL_TYPE_RV770;
2301
rdev->pm.
int_thermal_type
= THERMAL_TYPE_EVERGREEN;
2306
rdev->pm.
int_thermal_type
= THERMAL_TYPE_SUMO;
2311
rdev->pm.
int_thermal_type
= THERMAL_TYPE_NI;
2316
rdev->pm.
int_thermal_type
= THERMAL_TYPE_SI;
2321
rdev->pm.
int_thermal_type
= THERMAL_TYPE_CI;
2326
rdev->pm.
int_thermal_type
= THERMAL_TYPE_KV;
2332
rdev->pm.
int_thermal_type
= THERMAL_TYPE_EXTERNAL_GPIO;
2338
rdev->pm.
int_thermal_type
= THERMAL_TYPE_ADT7473_WITH_INTERNAL
[
all
...]
radeon_rv770_dpm.c
1181
switch (rdev->pm.
int_thermal_type
) {
1986
r600_is_internal_thermal_sensor(rdev->pm.
int_thermal_type
)) {
2021
r600_is_internal_thermal_sensor(rdev->pm.
int_thermal_type
)) {
2414
if (rdev->pm.
int_thermal_type
!= THERMAL_TYPE_NONE)
radeon_cypress_dpm.c
1628
switch (rdev->pm.
int_thermal_type
) {
1938
r600_is_internal_thermal_sensor(rdev->pm.
int_thermal_type
)) {
2107
if (rdev->pm.
int_thermal_type
!= THERMAL_TYPE_NONE)
radeon_pm.c
811
switch (rdev->pm.
int_thermal_type
) {
1338
rdev->pm.
int_thermal_type
= THERMAL_TYPE_NONE;
1406
rdev->pm.
int_thermal_type
= THERMAL_TYPE_NONE;
radeon_rs780_dpm.c
649
(rdev->pm.
int_thermal_type
== THERMAL_TYPE_RV6XX)) {
radeon_rv6xx_dpm.c
1650
r600_is_internal_thermal_sensor(rdev->pm.
int_thermal_type
)) {
2002
(rdev->pm.
int_thermal_type
!= THERMAL_TYPE_NONE))
radeon_sumo_dpm.c
1251
r600_is_internal_thermal_sensor(rdev->pm.
int_thermal_type
)) {
1277
r600_is_internal_thermal_sensor(rdev->pm.
int_thermal_type
)) {
radeon_trinity_dpm.c
1142
r600_is_internal_thermal_sensor(rdev->pm.
int_thermal_type
)) {
1172
r600_is_internal_thermal_sensor(rdev->pm.
int_thermal_type
)) {
radeon_btc_dpm.c
1644
switch (rdev->pm.
int_thermal_type
) {
2515
r600_is_internal_thermal_sensor(rdev->pm.
int_thermal_type
)) {
2666
if (rdev->pm.
int_thermal_type
!= THERMAL_TYPE_NONE)
radeon_ni_dpm.c
1956
switch (rdev->pm.
int_thermal_type
) {
3726
r600_is_internal_thermal_sensor(rdev->pm.
int_thermal_type
)) {
4170
if (rdev->pm.
int_thermal_type
!= THERMAL_TYPE_NONE)
radeon_r600_dpm.c
797
r600_is_internal_thermal_sensor(rdev->pm.
int_thermal_type
)) {
radeon_kv_dpm.c
1296
r600_is_internal_thermal_sensor(rdev->pm.
int_thermal_type
)) {
radeon.h
1686
enum radeon_int_thermal_type
int_thermal_type
;
member in struct:radeon_pm
radeon_si_dpm.c
4710
switch (rdev->pm.
int_thermal_type
) {
7044
if (rdev->pm.
int_thermal_type
!= THERMAL_TYPE_NONE)
radeon_ci_dpm.c
5928
if (rdev->pm.
int_thermal_type
!= THERMAL_TYPE_NONE)
Completed in 154 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025