Searched refs:has_compute_vm_bug (Results 1 – 2 of 2) sorted by relevance
948 bool has_compute_vm_bug; in amdgpu_vm_check_compute_bug() local952 has_compute_vm_bug = false; in amdgpu_vm_check_compute_bug()959 has_compute_vm_bug = true; in amdgpu_vm_check_compute_bug()962 has_compute_vm_bug = true; in amdgpu_vm_check_compute_bug()969 ring->has_compute_vm_bug = has_compute_vm_bug; in amdgpu_vm_check_compute_bug()971 ring->has_compute_vm_bug = false; in amdgpu_vm_check_compute_bug()992 bool vm_flush_needed = job->vm_needs_flush || ring->has_compute_vm_bug; in amdgpu_vm_need_pipeline_sync()
219 bool has_compute_vm_bug; member