Searched refs:has_compute_vm_bug (Results 1 – 2 of 2) sorted by relevance
531 bool has_compute_vm_bug; in amdgpu_vm_check_compute_bug() local535 has_compute_vm_bug = false; in amdgpu_vm_check_compute_bug()542 has_compute_vm_bug = true; in amdgpu_vm_check_compute_bug()545 has_compute_vm_bug = true; in amdgpu_vm_check_compute_bug()552 ring->has_compute_vm_bug = has_compute_vm_bug; in amdgpu_vm_check_compute_bug()554 ring->has_compute_vm_bug = false; in amdgpu_vm_check_compute_bug()577 if (job->vm_needs_flush || ring->has_compute_vm_bug) in amdgpu_vm_need_pipeline_sync()
289 bool has_compute_vm_bug; member