HomeSort by: relevance | last modified time | path
    Searched refs:hw_exception_data (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_events.h 71 struct kfd_hsa_hw_exception_data hw_exception_data; member in union:kfd_event::__anon700df544010a
kfd_events.c 1018 struct kfd_hsa_hw_exception_data hw_exception_data; local in function:kfd_signal_reset_event
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 12 milliseconds