Searched refs:i915_gem_object_ggtt_pin_ww (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/i915/ |
D | i915_gem.h | 49 i915_gem_object_ggtt_pin_ww(struct drm_i915_gem_object *obj,
|
D | intel_gvt.c | 289 EXPORT_SYMBOL_NS_GPL(i915_gem_object_ggtt_pin_ww, I915_GVT);
|
D | i915_gem.c | 325 vma = i915_gem_object_ggtt_pin_ww(obj, &ww, NULL, 0, 0, in i915_gem_gtt_prepare() 890 i915_gem_object_ggtt_pin_ww(struct drm_i915_gem_object *obj, in i915_gem_object_ggtt_pin_ww() function 1006 ret = i915_gem_object_ggtt_pin_ww(obj, &ww, view, size, in i915_gem_object_ggtt_pin()
|
D | i915_perf.c | 1676 vma = i915_gem_object_ggtt_pin_ww(bo, &ww, NULL, 0, 0, PIN_HIGH); in alloc_noa_wait()
|
/linux-6.1.9/drivers/gpu/drm/i915/gem/ |
D | i915_gem_mman.c | 338 vma = i915_gem_object_ggtt_pin_ww(obj, &ww, NULL, 0, 0, in vm_fault_gtt() 357 vma = i915_gem_object_ggtt_pin_ww(obj, &ww, &view, 0, 0, flags); in vm_fault_gtt() 361 vma = i915_gem_object_ggtt_pin_ww(obj, &ww, &view, 0, 0, flags); in vm_fault_gtt() 377 vma = i915_gem_object_ggtt_pin_ww(obj, &ww, &view, 0, 0, flags); in vm_fault_gtt()
|
D | i915_gem_domain.c | 438 vma = i915_gem_object_ggtt_pin_ww(obj, ww, view, 0, alignment, in i915_gem_object_pin_to_display_plane() 442 vma = i915_gem_object_ggtt_pin_ww(obj, ww, view, 0, in i915_gem_object_pin_to_display_plane()
|
D | i915_gem_execbuffer.c | 1293 vma = i915_gem_object_ggtt_pin_ww(obj, &eb->ww, NULL, 0, 0, in reloc_iomap() 2265 return i915_gem_object_ggtt_pin_ww(vma->obj, &eb->ww, NULL, 0, 0, PIN_VALIDATE); in eb_dispatch_secure()
|
/linux-6.1.9/drivers/gpu/drm/i915/display/ |
D | intel_dpt.c | 145 vma = i915_gem_object_ggtt_pin_ww(dpt->obj, &ww, NULL, 0, 4096, in intel_dpt_pin()
|
/linux-6.1.9/drivers/gpu/drm/i915/gvt/ |
D | scheduler.c | 556 bb->vma = i915_gem_object_ggtt_pin_ww(bb->obj, &ww, in prepare_shadow_batch_buffer() 623 vma = i915_gem_object_ggtt_pin_ww(wa_ctx->indirect_ctx.obj, &ww, NULL, in prepare_shadow_wa_ctx()
|