Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/pm/
A Damdgpu_pm.c1646 adev->throttling_logging_rs.interval / HZ + 1); in amdgpu_get_thermal_throttling_logging()
1668 raw_spin_lock_irqsave(&adev->throttling_logging_rs.lock, flags); in amdgpu_set_thermal_throttling_logging()
1673 adev->throttling_logging_rs.interval = in amdgpu_set_thermal_throttling_logging()
1675 adev->throttling_logging_rs.begin = 0; in amdgpu_set_thermal_throttling_logging()
1676 adev->throttling_logging_rs.printed = 0; in amdgpu_set_thermal_throttling_logging()
1677 adev->throttling_logging_rs.missed = 0; in amdgpu_set_thermal_throttling_logging()
1678 raw_spin_unlock_irqrestore(&adev->throttling_logging_rs.lock, flags); in amdgpu_set_thermal_throttling_logging()
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu.h1036 struct ratelimit_state throttling_logging_rs; member
A Damdgpu_device.c3653 ratelimit_state_init(&adev->throttling_logging_rs, (60 - 1) * HZ, 1); in amdgpu_device_init()
3654 ratelimit_set_flags(&adev->throttling_logging_rs, RATELIMIT_MSG_ON_RELEASE); in amdgpu_device_init()
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/swsmu/smu11/
A Dsmu_v11_0.c1463 if (__ratelimit(&adev->throttling_logging_rs)) in smu_v11_0_irq_process()
/linux-6.3-rc2/drivers/gpu/drm/amd/pm/swsmu/smu13/
A Dsmu_v13_0.c1421 if (__ratelimit(&adev->throttling_logging_rs)) in smu_v13_0_irq_process()

Completed in 37 milliseconds