Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_vm.c446 bool has_compute_vm_bug; in amdgpu_vm_check_compute_bug() local
450 has_compute_vm_bug = false; in amdgpu_vm_check_compute_bug()
457 has_compute_vm_bug = true; in amdgpu_vm_check_compute_bug()
460 has_compute_vm_bug = true; in amdgpu_vm_check_compute_bug()
467 ring->has_compute_vm_bug = has_compute_vm_bug; in amdgpu_vm_check_compute_bug()
469 ring->has_compute_vm_bug = false; in amdgpu_vm_check_compute_bug()
492 if (job->vm_needs_flush || ring->has_compute_vm_bug) in amdgpu_vm_need_pipeline_sync()
A Damdgpu_ring.h279 bool has_compute_vm_bug; member

Completed in 8 milliseconds