Home
last modified time | relevance | path

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

/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_defs.h1458 * @jit_current_allocations_per_bin: Current number of in-flight just-in-time
1643 u8 jit_current_allocations_per_bin[256]; member
H A Dmali_kbase_mem.c3449 const u32 alloc_count = kctx->jit_current_allocations_per_bin[bin_id]; in trace_jit_stats()
3571 if (info->max_allocations > 0 && kctx->jit_current_allocations_per_bin[info->bin_id] >= info->max_allocations) { in jit_allow_allocate()
3575 info->bin_id, kctx->jit_current_allocations_per_bin[info->bin_id], info->max_allocations); in jit_allow_allocate()
3806 kctx->jit_current_allocations_per_bin[info->bin_id]++; in kbase_jit_allocate()
3856 kctx->jit_current_allocations_per_bin[reg->jit_bin_id]--; in kbase_jit_free()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem.c3886 kctx->jit_current_allocations_per_bin[bin_id]; in trace_jit_stats()
4016 kctx->jit_current_allocations_per_bin[info->bin_id] >= in jit_allow_allocate()
4022 kctx->jit_current_allocations_per_bin[info->bin_id], in jit_allow_allocate()
4270 kctx->jit_current_allocations_per_bin[info->bin_id]++; in kbase_jit_allocate()
4323 kctx->jit_current_allocations_per_bin[reg->jit_bin_id]--; in kbase_jit_free()
H A Dmali_kbase_defs.h1630 * @jit_current_allocations_per_bin: Current number of in-flight just-in-time
1820 u8 jit_current_allocations_per_bin[256]; member

Completed in 18 milliseconds