Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/pm/
Damdgpu_pm.c1727 atomic_read(&adev->throttling_logging_enabled) ? "enabled" : "disabled", in amdgpu_get_thermal_throttling_logging()
1762 atomic_set(&adev->throttling_logging_enabled, 1); in amdgpu_set_thermal_throttling_logging()
1764 atomic_set(&adev->throttling_logging_enabled, 0); in amdgpu_set_thermal_throttling_logging()
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/
Damdgpu.h1083 atomic_t throttling_logging_enabled; member
Damdgpu_device.c3513 atomic_set(&adev->throttling_logging_enabled, 1); in amdgpu_device_init()
/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dsmu_v13_0.c1322 if (!atomic_read(&adev->throttling_logging_enabled)) in smu_v13_0_irq_process()
/Linux-v5.15/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dsmu_v11_0.c1491 if (!atomic_read(&adev->throttling_logging_enabled)) in smu_v11_0_irq_process()