Home
last modified time | relevance | path

Searched refs:jit_phys_pages_limit (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem.c1279 kctx->jit_phys_pages_limit = phys_pages_limit; in kbase_region_tracker_init_jit()
4275 if (jit_backing > kctx->jit_phys_pages_limit) { in kbase_jit_trim_necessary_pages()
4276 pages_to_trim += (jit_backing - kctx->jit_phys_pages_limit) + in kbase_jit_trim_necessary_pages()
4279 size_t backed_diff = kctx->jit_phys_pages_limit - jit_backing; in kbase_jit_trim_necessary_pages()
4323 ((kctx->jit_phys_pages_limit <= kctx->jit_current_phys_pressure) || in jit_allow_allocate()
4324 (info->va_pages > (kctx->jit_phys_pages_limit - kctx->jit_current_phys_pressure)))) { in jit_allow_allocate()
4328 kctx->jit_phys_pages_limit); in jit_allow_allocate()
H A Dmali_kbase_defs.h1965 u64 jit_phys_pages_limit; member