Home
last modified time | relevance | path

Searched refs:vm_needs_flush (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_ids.c318 job->vm_needs_flush = needs_flush; in amdgpu_vmid_grab_reserved()
347 job->vm_needs_flush = vm->use_cpu_for_update; in amdgpu_vmid_grab_used()
379 job->vm_needs_flush |= needs_flush; in amdgpu_vmid_grab_used()
431 job->vm_needs_flush = true; in amdgpu_vmid_grab()
438 if (job->vm_needs_flush) { in amdgpu_vmid_grab()
H A Damdgpu_job.h55 bool vm_needs_flush; member
H A Damdgpu_ttm.h155 bool vm_needs_flush, bool tmz);
H A Damdgpu_ttm.c2188 bool vm_needs_flush, in amdgpu_ttm_prepare_job()
2204 if (vm_needs_flush) { in amdgpu_ttm_prepare_job()
2208 (*job)->vm_needs_flush = true; in amdgpu_ttm_prepare_job()
2221 bool vm_needs_flush, bool tmz) in amdgpu_copy_buffer()
2239 resv, vm_needs_flush, &job, false); in amdgpu_copy_buffer()
2275 bool vm_needs_flush, bool delayed) in amdgpu_ttm_fill_mem()
2287 r = amdgpu_ttm_prepare_job(adev, false, num_dw, resv, vm_needs_flush, in amdgpu_ttm_fill_mem()
2185 amdgpu_ttm_prepare_job(struct amdgpu_device * adev,bool direct_submit,unsigned int num_dw,struct dma_resv * resv,bool vm_needs_flush,struct amdgpu_job ** job,bool delayed) amdgpu_ttm_prepare_job() argument
2218 amdgpu_copy_buffer(struct amdgpu_ring * ring,uint64_t src_offset,uint64_t dst_offset,uint32_t byte_count,struct dma_resv * resv,struct dma_fence ** fence,bool direct_submit,bool vm_needs_flush,bool tmz) amdgpu_copy_buffer() argument
2272 amdgpu_ttm_fill_mem(struct amdgpu_ring * ring,uint32_t src_data,uint64_t dst_addr,uint32_t byte_count,struct dma_resv * resv,struct dma_fence ** fence,bool vm_needs_flush,bool delayed) amdgpu_ttm_fill_mem() argument
H A Damdgpu_trace.h238 __entry->needs_flush = job->vm_needs_flush;
H A Dgmc_v10_0.c387 job->vm_needs_flush = true; in gmc_v10_0_flush_gpu_tlb()
H A Damdgpu_vm.c637 if (job->vm_needs_flush || ring->has_compute_vm_bug) in amdgpu_vm_need_pipeline_sync()
671 bool vm_flush_needed = job->vm_needs_flush; in amdgpu_vm_flush()