Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_ib.c143 bool need_pipe_sync = false; in amdgpu_ib_schedule() local
188 need_pipe_sync = true; in amdgpu_ib_schedule()
207 r = amdgpu_vm_flush(ring, job, need_pipe_sync); in amdgpu_ib_schedule()
A Damdgpu_vm.h396 int amdgpu_vm_flush(struct amdgpu_ring *ring, struct amdgpu_job *job, bool need_pipe_sync);
A Damdgpu_vm.c517 bool need_pipe_sync) in amdgpu_vm_flush() argument
551 if (!vm_flush_needed && !gds_switch_needed && !need_pipe_sync) in amdgpu_vm_flush()
558 if (need_pipe_sync) in amdgpu_vm_flush()

Completed in 8 milliseconds