Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/amd/pm/
Damdgpu_pm.c1654 atomic_read(&adev->throttling_logging_enabled) ? "enabled" : "disabled", in amdgpu_get_thermal_throttling_logging()
1689 atomic_set(&adev->throttling_logging_enabled, 1); in amdgpu_set_thermal_throttling_logging()
1691 atomic_set(&adev->throttling_logging_enabled, 0); in amdgpu_set_thermal_throttling_logging()
/linux-6.14.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu.h1148 atomic_t throttling_logging_enabled; member
Damdgpu_device.c4288 atomic_set(&adev->throttling_logging_enabled, 1); in amdgpu_device_init()
/linux-6.14.4/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dsmu_v11_0.c1455 if (!atomic_read(&adev->throttling_logging_enabled)) in smu_v11_0_irq_process()
/linux-6.14.4/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dsmu_v13_0.c1395 if (!atomic_read(&adev->throttling_logging_enabled)) in smu_v13_0_irq_process()
Dsmu_v13_0_6_ppt.c1734 if (!atomic_read(&adev->throttling_logging_enabled)) in smu_v13_0_6_irq_process()