HomeSort by: relevance | last modified time | path
    Searched refs:need_pipe_sync (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ib.c 143 bool need_pipe_sync = false; local in function:amdgpu_ib_schedule
182 need_pipe_sync = true;
194 r = amdgpu_vm_flush(ring, job, need_pipe_sync);
amdgpu_vm.h 388 int amdgpu_vm_flush(struct amdgpu_ring *ring, struct amdgpu_job *job, bool need_pipe_sync);
amdgpu_vm.c 1070 * @need_pipe_sync: is pipe sync needed
1078 bool need_pipe_sync)
1115 if (!vm_flush_needed && !gds_switch_needed && !need_pipe_sync)
1121 if (need_pipe_sync)

Completed in 14 milliseconds