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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rv6xx_dpm.c 1359 bool want_thermal_protection; local in function:rv6xx_set_dpm_event_sources
1365 want_thermal_protection = false;
1368 want_thermal_protection = true;
1373 want_thermal_protection = true;
1379 want_thermal_protection = true;
1384 if (want_thermal_protection) {
radeon_rv770_dpm.c 1820 bool want_thermal_protection; local in function:rv770_set_dpm_event_sources
1826 want_thermal_protection = false;
1829 want_thermal_protection = true;
1834 want_thermal_protection = true;
1840 want_thermal_protection = true;
1845 if (want_thermal_protection) {
radeon_ci_dpm.c 1387 bool want_thermal_protection; local in function:ci_set_dpm_event_sources
1394 want_thermal_protection = false;
1397 want_thermal_protection = true;
1401 want_thermal_protection = true;
1406 want_thermal_protection = true;
1411 if (want_thermal_protection) {
radeon_si_dpm.c 3286 bool want_thermal_protection; local in function:si_set_dpm_event_sources
3292 want_thermal_protection = false;
3295 want_thermal_protection = true;
3299 want_thermal_protection = true;
3304 want_thermal_protection = true;
3309 if (want_thermal_protection) {
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_si_dpm.c 3746 bool want_thermal_protection; local in function:si_set_dpm_event_sources
3752 want_thermal_protection = false;
3755 want_thermal_protection = true;
3759 want_thermal_protection = true;
3764 want_thermal_protection = true;
3769 if (want_thermal_protection) {

Completed in 32 milliseconds