Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu.h888 atomic_t throttling_logging_enabled; member
H A Damdgpu_device.c3892 atomic_set(&adev->throttling_logging_enabled, 1); in amdgpu_device_init()
/linux/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c1624 str_enabled_disabled(atomic_read(&adev->throttling_logging_enabled)), in amdgpu_get_thermal_throttling_logging()
1656 atomic_set(&adev->throttling_logging_enabled, 1); in amdgpu_set_thermal_throttling_logging()
1658 atomic_set(&adev->throttling_logging_enabled, 0); in amdgpu_set_thermal_throttling_logging()
/linux/drivers/gpu/drm/amd/pm/swsmu/smu15/
H A Dsmu_v15_0_8_ppt.c1194 if (!atomic_read(&adev->throttling_logging_enabled)) in smu_v15_0_8_irq_process()