Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vm.c424 bool has_compute_vm_bug; in amdgpu_vm_check_compute_bug() local
428 has_compute_vm_bug = false; in amdgpu_vm_check_compute_bug()
435 has_compute_vm_bug = true; in amdgpu_vm_check_compute_bug()
438 has_compute_vm_bug = true; in amdgpu_vm_check_compute_bug()
445 ring->has_compute_vm_bug = has_compute_vm_bug; in amdgpu_vm_check_compute_bug()
447 ring->has_compute_vm_bug = false; in amdgpu_vm_check_compute_bug()
468 bool vm_flush_needed = job->vm_needs_flush || ring->has_compute_vm_bug; in amdgpu_vm_need_pipeline_sync()
Damdgpu_ring.h272 bool has_compute_vm_bug; member