Searched defs:mali_session_data (Results 1 – 1 of 1) sorted by relevance
29 struct mali_session_data { struct30 _mali_osk_notification_queue_t *ioctl_queue;32 _mali_osk_wait_queue_t *wait_queue; /**The wait queue to wait for the number of pp job become 0.*/34 _mali_osk_mutex_t *memory_lock; /**< Lock protecting the vm manipulation */35 _mali_osk_mutex_t *cow_lock; /** < Lock protecting the cow memory free manipulation */39 struct mali_page_directory *page_directory; /**< MMU page directory for this session */45 …tomic_t number_of_window_jobs; /**< Record the window jobs completed on this session in a period */47 _mali_osk_atomic_t number_of_pp_jobs; /** < Record the pp jobs on this session */49 …ZE]; /**< List of PP job lists per frame builder id. Used to link jobs from same frame builder. */50 struct mali_soft_job_system *soft_job_system; /**< Soft job system for this session. */[all …]