Home
last modified time | relevance | path

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

/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem.c854 kctx->jit_phys_pages_limit = phys_pages_limit; in kbase_region_tracker_init_jit()
3511 if (jit_backing > kctx->jit_phys_pages_limit) { in kbase_jit_trim_necessary_pages()
3512 pages_to_trim += (jit_backing - kctx->jit_phys_pages_limit) + needed_pages; in kbase_jit_trim_necessary_pages()
3514 size_t backed_diff = kctx->jit_phys_pages_limit - jit_backing; in kbase_jit_trim_necessary_pages()
3556 if (!ignore_pressure_limit && ((kctx->jit_phys_pages_limit <= kctx->jit_current_phys_pressure) || in jit_allow_allocate()
3557 (info->va_pages > (kctx->jit_phys_pages_limit - kctx->jit_current_phys_pressure)))) { in jit_allow_allocate()
3559 kctx->jit_current_phys_pressure + info->va_pages, kctx->jit_phys_pages_limit); in jit_allow_allocate()
H A Dmali_kbase_defs.h1469 * @jit_phys_pages_limit: Limit of physical pages to apply across all
1489 * @jit_phys_pages_limit in multi-threaded
1647 u64 jit_phys_pages_limit; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem.c1070 kctx->jit_phys_pages_limit = phys_pages_limit; in kbase_region_tracker_init_jit()
3948 if (jit_backing > kctx->jit_phys_pages_limit) { in kbase_jit_trim_necessary_pages()
3949 pages_to_trim += (jit_backing - kctx->jit_phys_pages_limit) + in kbase_jit_trim_necessary_pages()
3952 size_t backed_diff = kctx->jit_phys_pages_limit - jit_backing; in kbase_jit_trim_necessary_pages()
3996 ((kctx->jit_phys_pages_limit <= kctx->jit_current_phys_pressure) || in jit_allow_allocate()
3997 (info->va_pages > (kctx->jit_phys_pages_limit - kctx->jit_current_phys_pressure)))) { in jit_allow_allocate()
4001 kctx->jit_phys_pages_limit); in jit_allow_allocate()
H A Dmali_kbase_defs.h1641 * @jit_phys_pages_limit: Limit of physical pages to apply across all
1661 * @jit_phys_pages_limit in multi-threaded
1824 u64 jit_phys_pages_limit; member

Completed in 17 milliseconds