/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_ids.c | 287 bool needs_flush = vm->use_cpu_for_update; local in function:amdgpu_vmid_grab_reserved 311 needs_flush = true; 325 job->vm_needs_flush = needs_flush; 359 bool needs_flush = vm->use_cpu_for_update; local in function:amdgpu_vmid_grab_used 372 needs_flush = true; 376 needs_flush = true; 381 if (needs_flush && (adev->asic_type < CHIP_VEGA10 || 398 job->vm_needs_flush |= needs_flush;
|
amdgpu_trace.h | 229 __field(u32, needs_flush) 238 __entry->needs_flush = job->vm_needs_flush; 240 TP_printk("pasid=%d, ring=%s, id=%u, hub=%u, pd_addr=%010Lx needs_flush=%u", 242 __entry->vm_hub, __entry->pd_addr, __entry->needs_flush)
|
/src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/ |
huge_pages.c | 995 unsigned int needs_flush; local in function:__cpu_check_shmem 999 err = i915_gem_object_prepare_read(obj, &needs_flush); 1006 if (needs_flush & CLFLUSH_BEFORE)
|
i915_gem_context.c | 493 unsigned int n, m, needs_flush; local in function:cpu_check 496 err = i915_gem_object_prepare_read(obj, &needs_flush); 504 if (needs_flush & CLFLUSH_BEFORE)
|