|
My Project
|
Event reporting structure. More...
#include <mali_base_kernel.h>
Public Attributes | |
| base_jd_event_code | event_code |
| base_atom_id | atom_number |
| struct base_jd_udata | udata |
Event reporting structure.
This structure is used by the kernel driver to report information about GPU events. The can either be HW-specific events or low-level SW events, such as job-chain completion.
The event code contains an event type field which can be extracted by ANDing with BASE_JD_SW_EVENT_TYPE_MASK.
Based on the event type base_jd_event::data holds:
| base_atom_id base_jd_event_v2::atom_number |
the atom number that has completed
| base_jd_event_code base_jd_event_v2::event_code |
event code
| struct base_jd_udata base_jd_event_v2::udata |
user data
1.8.13