Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/amd/amdgpu/
Damdgpu_ib.c141 bool need_pipe_sync = false; in amdgpu_ib_schedule() local
198 need_pipe_sync = true; in amdgpu_ib_schedule()
217 r = amdgpu_vm_flush(ring, job, need_pipe_sync); in amdgpu_ib_schedule()
Damdgpu_vm.h502 int amdgpu_vm_flush(struct amdgpu_ring *ring, struct amdgpu_job *job, bool need_pipe_sync);
Damdgpu_vm.c703 bool need_pipe_sync) in amdgpu_vm_flush() argument
737 if (!vm_flush_needed && !gds_switch_needed && !need_pipe_sync && in amdgpu_vm_flush()
746 if (need_pipe_sync) in amdgpu_vm_flush()