Home
last modified time | relevance | path

Searched refs:ras_event_type (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras.h439 enum ras_event_type { enum
458 enum ras_event_type type;
970 u64 amdgpu_ras_acquire_event_id(struct amdgpu_device *adev, enum ras_event_type type);
971 int amdgpu_ras_mark_ras_event_caller(struct amdgpu_device *adev, enum ras_event_type type,
H A Damdgpu_ras.c1422 enum ras_event_type type) in amdgpu_ras_query_error_status_with_event()
1794 enum ras_event_type type;
2192 enum ras_event_type type = RAS_EVENT_TYPE_POISON_CONSUMPTION; in amdgpu_ras_interrupt_poison_consumption_handler()
2243 enum ras_event_type type = RAS_EVENT_TYPE_POISON_CREATION; in amdgpu_ras_interrupt_poison_creation_handler()
2447 static void amdgpu_ras_log_on_err_counter(struct amdgpu_device *adev, enum ras_event_type type) in amdgpu_ras_log_on_err_counter()
2619 static enum ras_event_type amdgpu_ras_get_fatal_error_event(struct amdgpu_device *adev) in amdgpu_ras_get_fatal_error_event()
2635 enum ras_event_type type; in amdgpu_ras_do_recovery()
3264 enum ras_event_type type = RAS_EVENT_TYPE_POISON_CREATION; in amdgpu_ras_poison_creation_handler()
4418 int amdgpu_ras_mark_ras_event_caller(struct amdgpu_device *adev, enum ras_event_type type, in amdgpu_ras_mark_ras_event_caller()
4448 u64 amdgpu_ras_acquire_event_id(struct amdgpu_device *adev, enum ras_event_type type) in amdgpu_ras_acquire_event_id()
[all …]
/linux-6.15/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_int_process_v9.c150 enum ras_event_type type = RAS_EVENT_TYPE_POISON_CONSUMPTION; in event_interrupt_poison_consumption_v9()