Searched refs:throttle_bitmask (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_smi_events.h | 29 uint32_t throttle_bitmask);
|
H A D | kfd_smi_events.c | 208 uint32_t throttle_bitmask) in kfd_smi_event_update_thermal_throttling() 212 * ThermalThrottle msg = throttle_bitmask(8): in kfd_smi_event_update_thermal_throttling() 214 * 1 byte event + 1 byte space + 8 byte throttle_bitmask + in kfd_smi_event_update_thermal_throttling() 225 KFD_SMI_EVENT_THERMAL_THROTTLE, throttle_bitmask, in kfd_smi_event_update_thermal_throttling() 207 kfd_smi_event_update_thermal_throttling(struct kfd_dev *dev, uint32_t throttle_bitmask) kfd_smi_event_update_thermal_throttling() argument
|
H A D | kfd_device.c | 1262 void kgd2kfd_smi_event_throttle(struct kfd_dev *kfd, uint32_t throttle_bitmask) in kgd2kfd_smi_event_throttle() argument 1265 kfd_smi_event_update_thermal_throttling(kfd, throttle_bitmask); in kgd2kfd_smi_event_throttle()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_smi_events.h | 30 uint64_t throttle_bitmask);
|
H A D | kfd_smi_events.c | 232 uint64_t throttle_bitmask) in kfd_smi_event_update_thermal_throttling() 235 throttle_bitmask, in kfd_smi_event_update_thermal_throttling() 231 kfd_smi_event_update_thermal_throttling(struct kfd_node *dev, uint64_t throttle_bitmask) kfd_smi_event_update_thermal_throttling() argument
|
H A D | kfd_device.c | 1337 void kgd2kfd_smi_event_throttle(struct kfd_dev *kfd, uint64_t throttle_bitmask) in kgd2kfd_smi_event_throttle() argument 1346 throttle_bitmask); in kgd2kfd_smi_event_throttle()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_amdkfd.h | 315 void kgd2kfd_smi_event_throttle(struct kfd_dev *kfd, uint32_t throttle_bitmask); 379 void kgd2kfd_smi_event_throttle(struct kfd_dev *kfd, uint32_t throttle_bitmask) in kgd2kfd_smi_event_throttle() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_amdkfd.h | 406 void kgd2kfd_smi_event_throttle(struct kfd_dev *kfd, uint64_t throttle_bitmask); 466 void kgd2kfd_smi_event_throttle(struct kfd_dev *kfd, uint64_t throttle_bitmask) in kgd2kfd_smi_event_throttle() argument
|
Completed in 7 milliseconds