Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras.h438 enum ras_event_type { enum
457 enum ras_event_type type;
963 u64 amdgpu_ras_acquire_event_id(struct amdgpu_device *adev, enum ras_event_type type);
964 int amdgpu_ras_mark_ras_event_caller(struct amdgpu_device *adev, enum ras_event_type type,
H A Damdgpu_ras.c1421 enum ras_event_type type) in amdgpu_ras_query_error_status_with_event()
1793 enum ras_event_type type;
2189 enum ras_event_type type = RAS_EVENT_TYPE_POISON_CONSUMPTION; in amdgpu_ras_interrupt_poison_consumption_handler()
2240 enum ras_event_type type = RAS_EVENT_TYPE_POISON_CREATION; in amdgpu_ras_interrupt_poison_creation_handler()
2444 static void amdgpu_ras_log_on_err_counter(struct amdgpu_device *adev, enum ras_event_type type) in amdgpu_ras_log_on_err_counter()
2616 static enum ras_event_type amdgpu_ras_get_fatal_error_event(struct amdgpu_device *adev) in amdgpu_ras_get_fatal_error_event()
2632 enum ras_event_type type; in amdgpu_ras_do_recovery()
3233 enum ras_event_type type = RAS_EVENT_TYPE_POISON_CREATION; in amdgpu_ras_poison_creation_handler()
4380 int amdgpu_ras_mark_ras_event_caller(struct amdgpu_device *adev, enum ras_event_type type, in amdgpu_ras_mark_ras_event_caller()
4410 u64 amdgpu_ras_acquire_event_id(struct amdgpu_device *adev, enum ras_event_type type) in amdgpu_ras_acquire_event_id()
[all …]
/linux/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()