Home
last modified time | relevance | path

Searched refs:throttling_logging_enabled (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/dev/pci/drm/amd/pm/
Damdgpu_pm.c1715 atomic_read(&adev->throttling_logging_enabled) ? "enabled" : "disabled", in amdgpu_get_thermal_throttling_logging()
1750 atomic_set(&adev->throttling_logging_enabled, 1); in amdgpu_set_thermal_throttling_logging()
1752 atomic_set(&adev->throttling_logging_enabled, 0); in amdgpu_set_thermal_throttling_logging()
/openbsd/src/sys/dev/pci/drm/amd/amdgpu/
Damdgpu.h1154 atomic_t throttling_logging_enabled; member
Damdgpu_device.c4225 atomic_set(&adev->throttling_logging_enabled, 1); in amdgpu_device_init()
/openbsd/src/sys/dev/pci/drm/amd/pm/swsmu/smu11/
Dsmu_v11_0.c1454 if (!atomic_read(&adev->throttling_logging_enabled)) in smu_v11_0_irq_process()