Searched defs:mali_timeline_system (Results 1 – 1 of 1) sorted by relevance
104 struct mali_timeline_system { struct105 struct mali_spinlock_reentrant *spinlock; /**< Spin lock protecting the timeline system */106 struct mali_timeline *timelines[MALI_TIMELINE_MAX]; /**< The timelines in this system */109 struct mali_timeline_waiter *waiter_empty_list;111 struct mali_session_data *session; /**< Session that owns this system. */113 … timer_enabled; /**< Set to MALI_TRUE if soft job timer should be enabled, MALI_FALSE if not. */115 _mali_osk_wait_queue_t *wait_queue; /**< Wait queue. */119 … *signaled_sync_tl; /**< Special sync timeline used to create pre-signaled sync fences */143 struct mali_timeline_system *system; /**< Timeline system this timeline belongs to. */ argument