Searched defs:mali_gp_job (Results 1 – 1 of 1) sorted by relevance
35 struct mali_gp_job { struct41 _mali_uk_gp_start_job_s uargs; /**< Arguments from user space */42 struct mali_session_data *session; /**< Session which submitted this job */43 u32 pid; /**< Process ID of submitting process */44 u32 tid; /**< Thread ID of submitting thread */45 … /**< Identifier for this job in kernel space (sequential numbering) */46 … /**< Cache order used for L2 cache flushing (sequential numbering) */47 struct mali_timeline_tracker tracker; /**< Timeline tracker for this job */48 …cker *pp_tracker; /**< Pointer to Timeline tracker for PP job that depends on this job. */49 …otification_t *finished_notification; /**< Notification sent back to userspace on job complete */[all …]