Searched refs:need_pipe_sync (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ib.c | 141 bool need_pipe_sync = false; in amdgpu_ib_schedule() local 186 need_pipe_sync = true; in amdgpu_ib_schedule() 201 r = amdgpu_vm_flush(ring, job, need_pipe_sync); in amdgpu_ib_schedule()
|
H A D | amdgpu_vm.h | 387 int amdgpu_vm_flush(struct amdgpu_ring *ring, struct amdgpu_job *job, bool need_pipe_sync);
|
H A D | amdgpu_vm.c | 1066 * @need_pipe_sync: is pipe sync needed 1074 bool need_pipe_sync) in amdgpu_vm_flush() 1115 if (!vm_flush_needed && !gds_switch_needed && !need_pipe_sync) in amdgpu_vm_flush() 1121 if (need_pipe_sync) in amdgpu_vm_flush() 1073 amdgpu_vm_flush(struct amdgpu_ring *ring, struct amdgpu_job *job, bool need_pipe_sync) amdgpu_vm_flush() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ib.c | 145 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()
|
H A D | amdgpu_vm.h | 414 int amdgpu_vm_flush(struct amdgpu_ring *ring, struct amdgpu_job *job, bool need_pipe_sync);
|
H A D | amdgpu_vm.c | 593 * @need_pipe_sync: is pipe sync needed 601 bool need_pipe_sync) in amdgpu_vm_flush() 635 if (!vm_flush_needed && !gds_switch_needed && !need_pipe_sync) in amdgpu_vm_flush() 642 if (need_pipe_sync) in amdgpu_vm_flush() 600 amdgpu_vm_flush(struct amdgpu_ring *ring, struct amdgpu_job *job, bool need_pipe_sync) amdgpu_vm_flush() argument
|
Completed in 10 milliseconds