Searched defs:mali_pp_job (Results 1 – 1 of 1) sorted by relevance
48 struct mali_pp_job { struct54 _mali_uk_pp_start_job_s uargs; /**< Arguments from user space */55 struct mali_session_data *session; /**< Session which submitted this job */56 u32 pid; /**< Process ID of submitting process */57 u32 tid; /**< Thread ID of submitting thread */58 … /**< Identifier for this job in kernel space (sequential numbering) */59 … /**< Cache order used for L2 cache flushing (sequential numbering) */60 struct mali_timeline_tracker tracker; /**< Timeline tracker for this job */61 …otification_t *finished_notification; /**< Notification sent back to userspace on job complete */62 …ount; /**< Number of values in the two arrays which is != MALI_HW_CORE_NO_COUNTER */[all …]