Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_tiler_heap.c181 lockdep_assert_held(&kctx->csf.tiler_heaps.lock); in init_chunk()
407 mutex_lock(&heap->kctx->csf.tiler_heaps.lock); in create_chunk()
409 mutex_unlock(&heap->kctx->csf.tiler_heaps.lock); in create_chunk()
523 kbase_csf_heap_context_allocator_free(&kctx->csf.tiler_heaps.ctx_alloc, in delete_heap()
560 lockdep_assert_held(&kctx->csf.tiler_heaps.lock); in find_tiler_heap()
562 list_for_each_entry(heap, &kctx->csf.tiler_heaps.list, link) { in find_tiler_heap()
578 lockdep_assert_held(&heap->kctx->csf.tiler_heaps.lock); in find_chunk()
593 &kctx->csf.tiler_heaps.ctx_alloc, kctx); in kbase_csf_tiler_heap_context_init()
598 INIT_LIST_HEAD(&kctx->csf.tiler_heaps.list); in kbase_csf_tiler_heap_context_init()
599 mutex_init(&kctx->csf.tiler_heaps.lock); in kbase_csf_tiler_heap_context_init()
[all …]
H A Dmali_kbase_csf_tiler_heap_debugfs.c40 struct kbase_csf_tiler_heap_context *tiler_heaps_p = &kctx->csf.tiler_heaps; in kbasep_csf_tiler_heap_debugfs_show()
H A Dmali_kbase_csf_defs.h852 struct kbase_csf_tiler_heap_context tiler_heaps; member