Home
last modified time | relevance | path

Searched refs:needs_flush (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_ids.c280 bool needs_flush = vm->use_cpu_for_update; in amdgpu_vmid_grab_reserved() local
308 needs_flush = true; in amdgpu_vmid_grab_reserved()
322 job->vm_needs_flush = needs_flush; in amdgpu_vmid_grab_reserved()
356 bool needs_flush = vm->use_cpu_for_update; in amdgpu_vmid_grab_used() local
369 needs_flush = true; in amdgpu_vmid_grab_used()
373 needs_flush = true; in amdgpu_vmid_grab_used()
375 if (needs_flush && !adev->vm_manager.concurrent_flush) in amdgpu_vmid_grab_used()
390 job->vm_needs_flush |= needs_flush; in amdgpu_vmid_grab_used()
A Damdgpu_trace.h227 __field(u32, needs_flush)
236 __entry->needs_flush = job->vm_needs_flush;
240 __entry->vm_hub, __entry->pd_addr, __entry->needs_flush)
/linux/arch/mips/kvm/
A Dmips.c249 int needs_flush; in kvm_arch_commit_memory_region() local
269 needs_flush = kvm_mips_mkclean_gpa_pt(kvm, new->base_gfn, in kvm_arch_commit_memory_region()
271 if (needs_flush) in kvm_arch_commit_memory_region()
/linux/drivers/gpu/drm/i915/gem/selftests/
A Dhuge_pages.c999 unsigned int needs_flush; in __cpu_check_shmem() local
1004 err = i915_gem_object_prepare_read(obj, &needs_flush); in __cpu_check_shmem()
1011 if (needs_flush & CLFLUSH_BEFORE) in __cpu_check_shmem()
A Di915_gem_context.c485 unsigned int n, m, needs_flush; in cpu_check() local
489 err = i915_gem_object_prepare_read(obj, &needs_flush); in cpu_check()
497 if (needs_flush & CLFLUSH_BEFORE) in cpu_check()

Completed in 20 milliseconds