Home
last modified time | relevance | path

Searched refs:jit_current_allocations (Results 1 - 6 of 6) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_defs.h1456 * @jit_current_allocations: Current number of in-flight just-in-time
1642 u8 jit_current_allocations; member
H A Dmali_kbase_mem.c3134 kctx->jit_current_allocations = 0; in kbase_jit_init()
3564 if (kctx->jit_current_allocations >= kctx->jit_max_allocations) { in jit_allow_allocate()
3567 kctx->jit_current_allocations, kctx->jit_max_allocations); in jit_allow_allocate()
3805 kctx->jit_current_allocations++; in kbase_jit_allocate()
3855 kctx->jit_current_allocations--; in kbase_jit_free()
H A Dmali_kbase_softjobs.c1083 if (!kbase_ctx_flag(kctx, KCTX_JPL_ENABLED) || (kctx->jit_current_allocations == 0)) { in kbase_jit_allocate_process()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem.c3560 kctx->jit_current_allocations = 0; in kbase_jit_init()
4006 if (kctx->jit_current_allocations >= kctx->jit_max_allocations) { in jit_allow_allocate()
4010 kctx->jit_current_allocations, in jit_allow_allocate()
4269 kctx->jit_current_allocations++; in kbase_jit_allocate()
4322 kctx->jit_current_allocations--; in kbase_jit_free()
H A Dmali_kbase_defs.h1628 * @jit_current_allocations: Current number of in-flight just-in-time
1819 u8 jit_current_allocations; member
H A Dmali_kbase_softjobs.c1111 || (kctx->jit_current_allocations == 0)) { in kbase_jit_allocate_process()

Completed in 22 milliseconds