Home
last modified time | relevance | path

Searched refs:i915_gem_object_ggtt_pin_ww (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/i915/gem/
A Di915_gem_domain.c415 vma = i915_gem_object_ggtt_pin_ww(obj, ww, view, 0, alignment, in i915_gem_object_pin_to_display_plane()
419 vma = i915_gem_object_ggtt_pin_ww(obj, ww, view, 0, in i915_gem_object_pin_to_display_plane()
A Di915_gem_mman.c334 vma = i915_gem_object_ggtt_pin_ww(obj, &ww, NULL, 0, 0, in vm_fault_gtt()
353 vma = i915_gem_object_ggtt_pin_ww(obj, &ww, &view, 0, 0, flags); in vm_fault_gtt()
357 vma = i915_gem_object_ggtt_pin_ww(obj, &ww, &view, 0, 0, flags); in vm_fault_gtt()
A Di915_gem_execbuffer.c1196 vma = i915_gem_object_ggtt_pin_ww(obj, &eb->ww, NULL, 0, 0, in reloc_iomap()
2082 return i915_gem_object_ggtt_pin_ww(vma->obj, &eb->ww, NULL, 0, 0, 0); in eb_dispatch_secure()
/linux/drivers/gpu/drm/i915/display/
A Dintel_dpt.c135 vma = i915_gem_object_ggtt_pin_ww(dpt->obj, &ww, NULL, 0, 4096, in intel_dpt_pin()
/linux/drivers/gpu/drm/i915/
A Di915_gem.c309 vma = i915_gem_object_ggtt_pin_ww(obj, &ww, NULL, 0, 0, in i915_gem_gtt_prepare()
870 i915_gem_object_ggtt_pin_ww(struct drm_i915_gem_object *obj, in i915_gem_object_ggtt_pin_ww() function
A Di915_drv.h1849 i915_gem_object_ggtt_pin_ww(struct drm_i915_gem_object *obj,
1859 return i915_gem_object_ggtt_pin_ww(obj, NULL, view, size, alignment, flags); in i915_gem_object_ggtt_pin()
A Di915_perf.c1667 vma = i915_gem_object_ggtt_pin_ww(bo, &ww, NULL, 0, 0, PIN_HIGH); in alloc_noa_wait()
/linux/drivers/gpu/drm/i915/gvt/
A Dscheduler.c554 bb->vma = i915_gem_object_ggtt_pin_ww(bb->obj, &ww, in prepare_shadow_batch_buffer()
621 vma = i915_gem_object_ggtt_pin_ww(wa_ctx->indirect_ctx.obj, &ww, NULL, in prepare_shadow_wa_ctx()

Completed in 32 milliseconds