Home
last modified time | relevance | path

Searched refs:peak_total_tiler_heap_memory (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_tiler_heap_debugfs.c88 (unsigned long long)kctx->peak_total_tiler_heap_memory); in kbasep_csf_tiler_heap_total_debugfs_show()
H A Dmali_kbase_csf_tiler_heap.c818 if (kctx->running_total_tiler_heap_memory > kctx->peak_total_tiler_heap_memory) in kbase_csf_tiler_heap_init()
819 kctx->peak_total_tiler_heap_memory = kctx->running_total_tiler_heap_memory; in kbase_csf_tiler_heap_init()
1048 if (kctx->running_total_tiler_heap_memory > kctx->peak_total_tiler_heap_memory) in kbase_csf_tiler_heap_alloc_new_chunk()
1049 kctx->peak_total_tiler_heap_memory = kctx->running_total_tiler_heap_memory; in kbase_csf_tiler_heap_alloc_new_chunk()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_defs.h1943 u64 peak_total_tiler_heap_memory; member