Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.c715 bool has_compute_vm_bug; in amdgpu_vm_check_compute_bug() local
719 has_compute_vm_bug = false; in amdgpu_vm_check_compute_bug()
726 has_compute_vm_bug = true; in amdgpu_vm_check_compute_bug()
729 has_compute_vm_bug = true; in amdgpu_vm_check_compute_bug()
736 ring->has_compute_vm_bug = has_compute_vm_bug; in amdgpu_vm_check_compute_bug()
738 ring->has_compute_vm_bug = false; in amdgpu_vm_check_compute_bug()
761 if (job->vm_needs_flush || ring->has_compute_vm_bug) in amdgpu_vm_need_pipeline_sync()