Home
last modified time | relevance | path

Searched refs:zero_jobs_wait (Results 1 - 12 of 12) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/jm/
H A Dmali_kbase_jm_defs.h736 * @zero_jobs_wait: Waitq that reflects whether there are no jobs
783 wait_queue_head_t zero_jobs_wait; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/jm/
H A Dmali_kbase_jm_defs.h793 * @zero_jobs_wait: Waitq that reflects whether there are no jobs
841 wait_queue_head_t zero_jobs_wait; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_jd.c864 wake_up(&kctx->jctx.zero_jobs_wait); /* All events are safely queued now, and we can signal any waiter in jd_done_nolock()
1787 init_waitqueue_head(&kctx->jctx.zero_jobs_wait); in kbase_jd_init()
H A Dmali_kbase_defs.h634 wait_queue_head_t zero_jobs_wait; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_jd.c828 wake_up(&kctx->jctx.zero_jobs_wait); in jd_done_nolock()
1820 init_waitqueue_head(&kctx->jctx.zero_jobs_wait); in kbase_jd_init()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_jd.c767 wake_up(&kctx->jctx.zero_jobs_wait); /* All events are safely queued now, and we can signal any waiter in jd_done_nolock()
1707 init_waitqueue_head(&kctx->jctx.zero_jobs_wait); in kbase_jd_init()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_jd.c902 wake_up(&kctx->jctx.zero_jobs_wait); /* All events are safely queued now, and we can signal any waiter in jd_done_nolock()
1864 init_waitqueue_head(&kctx->jctx.zero_jobs_wait); in kbase_jd_init()
H A Dmali_kbase_defs.h641 wait_queue_head_t zero_jobs_wait; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_jm_hw.c723 wait_event(kctx->jctx.zero_jobs_wait, kctx->jctx.job_nr == 0); in kbase_jm_wait_for_zero_jobs()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_jm_hw.c755 timeout = wait_event_timeout(kctx->jctx.zero_jobs_wait, kctx->jctx.job_nr == 0, timeout); in kbase_jm_wait_for_zero_jobs()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/
H A Dmali_kbase_jm_hw.c833 timeout = wait_event_timeout(kctx->jctx.zero_jobs_wait, in kbase_jm_wait_for_zero_jobs()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_jm_hw.c824 wait_event(kctx->jctx.zero_jobs_wait, kctx->jctx.job_nr == 0); in kbase_jm_wait_for_zero_jobs()

Completed in 23 milliseconds