Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/pm/
Damdgpu_pm.c1644 adev->throttling_logging_rs.interval / HZ + 1); in amdgpu_get_thermal_throttling_logging()
1666 raw_spin_lock_irqsave(&adev->throttling_logging_rs.lock, flags); in amdgpu_set_thermal_throttling_logging()
1671 adev->throttling_logging_rs.interval = in amdgpu_set_thermal_throttling_logging()
1673 adev->throttling_logging_rs.begin = 0; in amdgpu_set_thermal_throttling_logging()
1674 adev->throttling_logging_rs.printed = 0; in amdgpu_set_thermal_throttling_logging()
1675 adev->throttling_logging_rs.missed = 0; in amdgpu_set_thermal_throttling_logging()
1676 raw_spin_unlock_irqrestore(&adev->throttling_logging_rs.lock, flags); in amdgpu_set_thermal_throttling_logging()
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu.h1042 struct ratelimit_state throttling_logging_rs; member
Damdgpu_device.c3620 ratelimit_state_init(&adev->throttling_logging_rs, (60 - 1) * HZ, 1); in amdgpu_device_init()
3621 ratelimit_set_flags(&adev->throttling_logging_rs, RATELIMIT_MSG_ON_RELEASE); in amdgpu_device_init()
/Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dsmu_v11_0.c1458 if (__ratelimit(&adev->throttling_logging_rs)) in smu_v11_0_irq_process()
/Linux-v6.6/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dsmu_v13_0_6_ppt.c1306 if (__ratelimit(&adev->throttling_logging_rs)) { in smu_v13_0_6_irq_process()
Dsmu_v13_0.c1394 if (__ratelimit(&adev->throttling_logging_rs)) in smu_v13_0_irq_process()