Home
last modified time | relevance | path

Searched refs:pending_atom (Results 1 - 4 of 4) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_softjobs.c1341 struct kbase_jd_atom *pending_atom = list_entry(i, struct kbase_jd_atom, queue); in kbase_jit_retry_pending_alloc() local
1342 KBASE_TLSTREAM_TL_EVENT_ATOM_SOFTJOB_START(kctx->kbdev, pending_atom); in kbase_jit_retry_pending_alloc()
1343 kbase_kinstr_jm_atom_sw_start(pending_atom); in kbase_jit_retry_pending_alloc()
1344 if (kbase_jit_allocate_process(pending_atom) == 0) { in kbase_jit_retry_pending_alloc()
1346 INIT_WORK(&pending_atom->work, kbasep_jit_finish_worker); in kbase_jit_retry_pending_alloc()
1347 queue_work(kctx->jctx.job_done_wq, &pending_atom->work); in kbase_jit_retry_pending_alloc()
1349 KBASE_TLSTREAM_TL_EVENT_ATOM_SOFTJOB_END(kctx->kbdev, pending_atom); in kbase_jit_retry_pending_alloc()
1350 kbase_kinstr_jm_atom_sw_stop(pending_atom); in kbase_jit_retry_pending_alloc()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_softjobs.c1374 struct kbase_jd_atom *pending_atom = list_entry(i, in kbase_jit_retry_pending_alloc() local
1376 KBASE_TLSTREAM_TL_EVENT_ATOM_SOFTJOB_START(kctx->kbdev, pending_atom); in kbase_jit_retry_pending_alloc()
1377 kbase_kinstr_jm_atom_sw_start(pending_atom); in kbase_jit_retry_pending_alloc()
1378 if (kbase_jit_allocate_process(pending_atom) == 0) { in kbase_jit_retry_pending_alloc()
1380 INIT_WORK(&pending_atom->work, in kbase_jit_retry_pending_alloc()
1382 queue_work(kctx->jctx.job_done_wq, &pending_atom->work); in kbase_jit_retry_pending_alloc()
1384 KBASE_TLSTREAM_TL_EVENT_ATOM_SOFTJOB_END(kctx->kbdev, pending_atom); in kbase_jit_retry_pending_alloc()
1385 kbase_kinstr_jm_atom_sw_stop(pending_atom); in kbase_jit_retry_pending_alloc()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_softjobs.c1134 struct kbase_jd_atom *pending_atom = list_entry(i, struct kbase_jd_atom, queue); in kbase_jit_free_finish() local
1135 if (kbase_jit_allocate_process(pending_atom) == 0) { in kbase_jit_free_finish()
1137 INIT_WORK(&pending_atom->work, kbasep_jit_free_finish_worker); in kbase_jit_free_finish()
1138 queue_work(kctx->jctx.job_done_wq, &pending_atom->work); in kbase_jit_free_finish()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_softjobs.c1164 struct kbase_jd_atom *pending_atom = list_entry(i, in kbase_jit_free_finish() local
1166 if (kbase_jit_allocate_process(pending_atom) == 0) { in kbase_jit_free_finish()
1168 INIT_WORK(&pending_atom->work, in kbase_jit_free_finish()
1170 queue_work(kctx->jctx.job_done_wq, &pending_atom->work); in kbase_jit_free_finish()

Completed in 9 milliseconds