need_pipe_sync    138 drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c 	bool need_pipe_sync = false;
need_pipe_sync    177 drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c 		need_pipe_sync = true;
need_pipe_sync    189 drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c 		r = amdgpu_vm_flush(ring, job, need_pipe_sync);
need_pipe_sync   1023 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c int amdgpu_vm_flush(struct amdgpu_ring *ring, struct amdgpu_job *job, bool need_pipe_sync)
need_pipe_sync   1060 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c 	if (!vm_flush_needed && !gds_switch_needed && !need_pipe_sync)
need_pipe_sync   1066 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c 	if (need_pipe_sync)
need_pipe_sync    359 drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h int amdgpu_vm_flush(struct amdgpu_ring *ring, struct amdgpu_job *job, bool need_pipe_sync);