Searched refs:has_compute_vm_bug (Results 1 – 2 of 2) sorted by relevance
1086 bool has_compute_vm_bug; in amdgpu_vm_check_compute_bug() local1090 has_compute_vm_bug = false; in amdgpu_vm_check_compute_bug()1097 has_compute_vm_bug = true; in amdgpu_vm_check_compute_bug()1100 has_compute_vm_bug = true; in amdgpu_vm_check_compute_bug()1107 ring->has_compute_vm_bug = has_compute_vm_bug; in amdgpu_vm_check_compute_bug()1109 ring->has_compute_vm_bug = false; in amdgpu_vm_check_compute_bug()1130 bool vm_flush_needed = job->vm_needs_flush || ring->has_compute_vm_bug; in amdgpu_vm_need_pipeline_sync()
248 bool has_compute_vm_bug; member