Searched refs:i915_gem_object_ggtt_pin_ww (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/gpu/drm/i915/gem/ |
A D | i915_gem_domain.c | 415 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 D | i915_gem_mman.c | 334 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 D | i915_gem_execbuffer.c | 1196 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 D | intel_dpt.c | 135 vma = i915_gem_object_ggtt_pin_ww(dpt->obj, &ww, NULL, 0, 4096, in intel_dpt_pin()
|
/linux/drivers/gpu/drm/i915/ |
A D | i915_gem.c | 309 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 D | i915_drv.h | 1849 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 D | i915_perf.c | 1667 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 D | scheduler.c | 554 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