Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_tiler_heap.h118 u64 gpu_heap_va, u32 nr_in_flight, u32 pending_frag_count, u64 *new_chunk_ptr);
H A Dmali_kbase_csf_tiler_heap.c913 u32 pending_frag_count) in validate_allocation_request() argument
917 if (WARN_ON(!nr_in_flight) || WARN_ON(pending_frag_count > nr_in_flight)) in validate_allocation_request()
926 } else if (pending_frag_count > 0) { in validate_allocation_request()
941 u64 gpu_heap_va, u32 nr_in_flight, u32 pending_frag_count, u64 *new_chunk_ptr) in kbase_csf_tiler_heap_alloc_new_chunk() argument
969 err = validate_allocation_request(heap, nr_in_flight, pending_frag_count); in kbase_csf_tiler_heap_alloc_new_chunk()
1019 err = validate_allocation_request(heap, nr_in_flight, pending_frag_count); in kbase_csf_tiler_heap_alloc_new_chunk()
H A Dmali_kbase_csf.c1915 u32 pending_frag_count; in handle_oom_event() local
1927 pending_frag_count = 1; in handle_oom_event()
1930 pending_frag_count = vt_end - frag_end; in handle_oom_event()
1934 gpu_heap_va, renderpasses_in_flight, pending_frag_count, &new_chunk_ptr); in handle_oom_event()
1937 (pending_frag_count == 0) && (err == -ENOMEM || err == -EBUSY)) { in handle_oom_event()