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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_kv_dpm.c 3198 bool queue_thermal = false; local in function:kv_dpm_process_interrupt
3207 queue_thermal = true;
3212 queue_thermal = true;
3218 if (queue_thermal)
amdgpu_si_dpm.c 7563 bool queue_thermal = false; local in function:si_dpm_process_interrupt
7572 queue_thermal = true;
7577 queue_thermal = true;
7583 if (queue_thermal)
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_r600.c 4136 bool queue_thermal = false; local in function:r600_irq_process
4354 queue_thermal = true;
4359 queue_thermal = true;
4378 if (queue_thermal && rdev->pm.dpm_enabled)
radeon_evergreen.c 4719 bool queue_thermal = false; local in function:evergreen_irq_process
4899 queue_thermal = true;
4904 queue_thermal = true;
4931 if (queue_thermal && rdev->pm.dpm_enabled)
radeon_si.c 6263 bool queue_thermal = false; local in function:si_irq_process
6429 queue_thermal = true;
6434 queue_thermal = true;
6457 if (queue_thermal && rdev->pm.dpm_enabled)
radeon_cik.c 7579 bool queue_thermal = false; local in function:cik_irq_process
8100 queue_thermal = true;
8105 queue_thermal = true;
8174 if (queue_thermal)

Completed in 35 milliseconds