Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_vm.c1002 bool has_compute_vm_bug; in amdgpu_vm_check_compute_bug() local
1006 has_compute_vm_bug = false; in amdgpu_vm_check_compute_bug()
1013 has_compute_vm_bug = true; in amdgpu_vm_check_compute_bug()
1016 has_compute_vm_bug = true; in amdgpu_vm_check_compute_bug()
1023 ring->has_compute_vm_bug = has_compute_vm_bug; in amdgpu_vm_check_compute_bug()
1025 ring->has_compute_vm_bug = false; in amdgpu_vm_check_compute_bug()
1046 bool vm_flush_needed = job->vm_needs_flush || ring->has_compute_vm_bug; in amdgpu_vm_need_pipeline_sync()
H A Damdgpu_ring.h223 bool has_compute_vm_bug; member