Home
last modified time | relevance | path

Searched refs:finished_notification (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_gp_job.c85 …job->finished_notification = _mali_osk_notification_create(_MALI_NOTIFICATION_GP_FINISHED, sizeof(… in mali_gp_job_create()
86 if (NULL == job->finished_notification) { in mali_gp_job_create()
214 _mali_osk_notification_delete(job->finished_notification); in mali_gp_job_create()
241 if (NULL != job->finished_notification) { in mali_gp_job_delete()
242 _mali_osk_notification_delete(job->finished_notification); in mali_gp_job_delete()
243 job->finished_notification = NULL; in mali_gp_job_delete()
H A Dmali_gp_job.h49 …_mali_osk_notification_t *finished_notification; /**< Notification sent back to userspace on job… member
263 MALI_DEBUG_ASSERT_POINTER(job->finished_notification); in mali_gp_job_get_finished_notification()
265 notification = job->finished_notification; in mali_gp_job_get_finished_notification()
266 job->finished_notification = NULL; in mali_gp_job_get_finished_notification()
H A Dmali_pp_job.c63 …job->finished_notification = _mali_osk_notification_create(_MALI_NOTIFICATION_PP_FINISHED, sizeof(… in mali_pp_job_create()
64 if (NULL == job->finished_notification) goto fail; in mali_pp_job_create()
172 if (NULL != job->finished_notification) { in mali_pp_job_delete()
173 _mali_osk_notification_delete(job->finished_notification); in mali_pp_job_delete()
H A Dmali_pp_job.h61 …_mali_osk_notification_t *finished_notification; /**< Notification sent back to userspace on job… member
495 MALI_DEBUG_ASSERT_POINTER(job->finished_notification); in mali_pp_job_get_finished_notification()
497 notification = job->finished_notification; in mali_pp_job_get_finished_notification()
498 job->finished_notification = NULL; in mali_pp_job_get_finished_notification()