Home
last modified time | relevance | path

Searched refs:new_chunk_ptr (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.c1916 u64 new_chunk_ptr; in handle_oom_event() local
1934 gpu_heap_va, renderpasses_in_flight, pending_frag_count, &new_chunk_ptr); in handle_oom_event()
1939 new_chunk_ptr = 0; in handle_oom_event()
1946 new_chunk_ptr = 0; in handle_oom_event()
1951 new_chunk_ptr & 0xFFFFFFFF); in handle_oom_event()
1953 new_chunk_ptr >> 32); in handle_oom_event()
1956 new_chunk_ptr & 0xFFFFFFFF); in handle_oom_event()
1958 new_chunk_ptr >> 32); in handle_oom_event()
H A Dmali_kbase_csf_tiler_heap.c941 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
1042 *new_chunk_ptr = encode_chunk_ptr(heap->chunk_size, chunk->gpu_va); in kbase_csf_tiler_heap_alloc_new_chunk()