Searched refs:hw_exception_data (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
H A Dkfd_events.h71 struct kfd_hsa_hw_exception_data hw_exception_data; member in union:kfd_event::__anon97
H A Dkfd_events.c1018 struct kfd_hsa_hw_exception_data hw_exception_data; local
1029 memset(&hw_exception_data, 0, sizeof(hw_exception_data));
1030 hw_exception_data.gpu_id = dev->id;
1031 hw_exception_data.memory_lost = 1;
1032 hw_exception_data.reset_cause = reset_cause;
1045 ev->hw_exception_data = hw_exception_data;

Completed in 73 milliseconds