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/
A Damdgpu_vm.c1092 bool has_compute_vm_bug; in amdgpu_vm_check_compute_bug() local
1096 has_compute_vm_bug = false; in amdgpu_vm_check_compute_bug()
1103 has_compute_vm_bug = true; in amdgpu_vm_check_compute_bug()
1106 has_compute_vm_bug = true; in amdgpu_vm_check_compute_bug()
1113 ring->has_compute_vm_bug = has_compute_vm_bug; in amdgpu_vm_check_compute_bug()
1115 ring->has_compute_vm_bug = false; in amdgpu_vm_check_compute_bug()
1136 bool vm_flush_needed = job->vm_needs_flush || ring->has_compute_vm_bug; in amdgpu_vm_need_pipeline_sync()
A Damdgpu_ring.h251 bool has_compute_vm_bug; member

Completed in 11 milliseconds