Home
last modified time | relevance | path

Searched refs:job_done_wq (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_sync_file.c189 queue_work(kctx->jctx.job_done_wq, &katom->work); in kbase_fence_wait_callback()
232 queue_work(katom->kctx->jctx.job_done_wq, &katom->work); in kbase_sync_fence_in_wait()
H A Dmali_kbase_jd.c1734 queue_work(kctx->jctx.job_done_wq, &katom->work); in kbase_jd_done()
1759 queue_work(kctx->jctx.job_done_wq, &katom->work); in kbase_jd_cancel()
1837 kctx->jctx.job_done_wq = alloc_workqueue("mali_jd", in kbase_jd_init()
1839 if (NULL == kctx->jctx.job_done_wq) { in kbase_jd_init()
1884 destroy_workqueue(kctx->jctx.job_done_wq); in kbase_jd_init()
1900 destroy_workqueue(kctx->jctx.job_done_wq); in kbase_jd_exit()
H A Dmali_kbase_sync_android.c440 queue_work(kctx->jctx.job_done_wq, &katom->work);
461 queue_work(katom->kctx->jctx.job_done_wq, &katom->work);
H A Dmali_kbase_softjobs.c245 queue_work(kctx->jctx.job_done_wq, in kbasep_complete_triggered_soft_events()
369 queue_work(kctx->jctx.job_done_wq, &work->work); in kbase_fence_debug_timeout()
406 queue_work(kctx->jctx.job_done_wq, &katom->work); in kbasep_soft_job_timeout_worker()
1170 queue_work(kctx->jctx.job_done_wq, &pending_atom->work); in kbase_jit_free_finish()
H A Dmali_kbase_defs.h644 struct workqueue_struct *job_done_wq; member
H A Dmali_kbase_js.c2300 queue_work(kctx->jctx.job_done_wq, &katom->work); in kbase_js_unpull()
/OK3568_Linux_fs/kernel/drivers/rknpu/
H A Drknpu_reset.c112 wake_up(&subcore_data->job_done_wq); in rknpu_soft_reset()
H A Drknpu_job.c170 ret = wait_event_timeout(subcore_data->job_done_wq, in rknpu_job_wait()
403 wake_up(&(&rknpu_dev->subcore_datas[0])->job_done_wq); in rknpu_job_done()
405 wake_up(&subcore_data->job_done_wq); in rknpu_job_done()
H A Drknpu_drv.c1823 init_waitqueue_head(&rknpu_dev->subcore_datas[i].job_done_wq); in rknpu_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_jd.c1525 queue_work(kctx->jctx.job_done_wq, &katom->work); in kbase_jd_done()
1550 queue_work(kctx->jctx.job_done_wq, &katom->work); in kbase_jd_cancel()
1602 kctx->jctx.job_done_wq = alloc_workqueue("mali_jd", in kbase_jd_init()
1604 if (kctx->jctx.job_done_wq == NULL) { in kbase_jd_init()
1657 destroy_workqueue(kctx->jctx.job_done_wq); in kbase_jd_exit()
H A Dmali_kbase_softjobs.c256 queue_work(kctx->jctx.job_done_wq, in kbasep_complete_triggered_soft_events()
380 queue_work(kctx->jctx.job_done_wq, &work->work); in kbase_fence_debug_timeout()
417 queue_work(kctx->jctx.job_done_wq, &katom->work); in kbasep_soft_job_timeout_worker()
1356 queue_work(kctx->jctx.job_done_wq, &pending_atom->work); in kbase_jit_retry_pending_alloc()
H A Dmali_kbase_sync_file.c194 queue_work(kctx->jctx.job_done_wq, &katom->work); in kbase_fence_wait_callback()
H A Dmali_kbase_js.c3105 queue_work(kctx->jctx.job_done_wq, &katom->work);
/OK3568_Linux_fs/kernel/drivers/rknpu/include/
H A Drknpu_drv.h87 wait_queue_head_t job_done_wq; member
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/context/backend/
H A Dmali_kbase_context_jm.c113 flush_workqueue(kctx->jctx.job_done_wq); in kbase_context_flush_jobs()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/include/
H A Drve_drv.h198 wait_queue_head_t job_done_wq; member
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/jm/
H A Dmali_kbase_jm_defs.h818 struct workqueue_struct *job_done_wq; member
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/include/
H A Drga_drv.h336 wait_queue_head_t job_done_wq; member
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/
H A Drve_job.c454 left_time = wait_event_timeout(scheduler->job_done_wq, in rve_job_wait()
857 wake_up(&scheduler->job_done_wq); in rve_internal_ctx_signal()
H A Drve_drv.c639 init_waitqueue_head(&scheduler->job_done_wq); in init_scheduler()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga_drv.c1271 init_waitqueue_head(&scheduler->job_done_wq); in init_scheduler()