Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ras.h439 enum ras_event_type { enum
458 enum ras_event_type type;
1022 u64 amdgpu_ras_acquire_event_id(struct amdgpu_device *adev, enum ras_event_type type);
1023 int amdgpu_ras_mark_ras_event_caller(struct amdgpu_device *adev, enum ras_event_type type,
H A Damdgpu_ras.c1503 enum ras_event_type type) in amdgpu_ras_query_error_status_with_event()
2009 enum ras_event_type type;
2412 enum ras_event_type type = RAS_EVENT_TYPE_POISON_CONSUMPTION; in amdgpu_ras_interrupt_poison_consumption_handler()
2463 enum ras_event_type type = RAS_EVENT_TYPE_POISON_CREATION; in amdgpu_ras_interrupt_poison_creation_handler()
2677 static void amdgpu_ras_log_on_err_counter(struct amdgpu_device *adev, enum ras_event_type type) in amdgpu_ras_log_on_err_counter()
2882 static enum ras_event_type amdgpu_ras_get_fatal_error_event(struct amdgpu_device *adev) in amdgpu_ras_get_fatal_error_event()
2899 enum ras_event_type type; in amdgpu_ras_do_recovery()
3618 enum ras_event_type type = RAS_EVENT_TYPE_POISON_CREATION; in amdgpu_ras_poison_creation_handler()
4797 int amdgpu_ras_mark_ras_event_caller(struct amdgpu_device *adev, enum ras_event_type type, in amdgpu_ras_mark_ras_event_caller()
4830 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/ras/ras_mgr/
H A Damdgpu_ras_sys.c73 enum ras_event_type event_type; in amdgpu_ras_sys_gen_seqno()
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_int_process_v9.c151 enum ras_event_type type = RAS_EVENT_TYPE_POISON_CONSUMPTION; in event_interrupt_poison_consumption_v9()