Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.c701 bool has_compute_vm_bug; in amdgpu_vm_check_compute_bug() local
705 has_compute_vm_bug = false; in amdgpu_vm_check_compute_bug()
712 has_compute_vm_bug = true; in amdgpu_vm_check_compute_bug()
715 has_compute_vm_bug = true; in amdgpu_vm_check_compute_bug()
722 ring->has_compute_vm_bug = has_compute_vm_bug; in amdgpu_vm_check_compute_bug()
724 ring->has_compute_vm_bug = false; in amdgpu_vm_check_compute_bug()
747 if (job->vm_needs_flush || ring->has_compute_vm_bug) in amdgpu_vm_need_pipeline_sync()
H A Damdgpu_ring.h417 bool has_compute_vm_bug; member