Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_vm.c679 bool has_compute_vm_bug; in amdgpu_vm_check_compute_bug() local
683 has_compute_vm_bug = false; in amdgpu_vm_check_compute_bug()
690 has_compute_vm_bug = true; in amdgpu_vm_check_compute_bug()
693 has_compute_vm_bug = true; in amdgpu_vm_check_compute_bug()
700 ring->has_compute_vm_bug = has_compute_vm_bug; in amdgpu_vm_check_compute_bug()
702 ring->has_compute_vm_bug = false; in amdgpu_vm_check_compute_bug()
723 bool vm_flush_needed = job->vm_needs_flush || ring->has_compute_vm_bug; in amdgpu_vm_need_pipeline_sync()
H A Damdgpu_ring.h212 bool has_compute_vm_bug; member