Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/pci/drm/amd/amdgpu/
Damdgpu_vm.c632 bool has_compute_vm_bug; in amdgpu_vm_check_compute_bug() local
636 has_compute_vm_bug = false; in amdgpu_vm_check_compute_bug()
643 has_compute_vm_bug = true; in amdgpu_vm_check_compute_bug()
646 has_compute_vm_bug = true; in amdgpu_vm_check_compute_bug()
653 ring->has_compute_vm_bug = has_compute_vm_bug; in amdgpu_vm_check_compute_bug()
655 ring->has_compute_vm_bug = false; in amdgpu_vm_check_compute_bug()
678 if (job->vm_needs_flush || ring->has_compute_vm_bug) in amdgpu_vm_need_pipeline_sync()
Damdgpu_ring.h296 bool has_compute_vm_bug; member