Searched refs:i915_gem_object_ggtt_pin_ww (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/i915/gem/ |
D | i915_gem_domain.c | 361 vma = i915_gem_object_ggtt_pin_ww(obj, &ww, view, 0, alignment, in i915_gem_object_pin_to_display_plane() 365 vma = i915_gem_object_ggtt_pin_ww(obj, &ww, view, 0, in i915_gem_object_pin_to_display_plane()
|
D | i915_gem_mman.c | 321 vma = i915_gem_object_ggtt_pin_ww(obj, &ww, NULL, 0, 0, in vm_fault_gtt() 340 vma = i915_gem_object_ggtt_pin_ww(obj, &ww, &view, 0, 0, flags); in vm_fault_gtt() 344 vma = i915_gem_object_ggtt_pin_ww(obj, &ww, &view, 0, 0, flags); in vm_fault_gtt()
|
D | i915_gem_execbuffer.c | 1165 vma = i915_gem_object_ggtt_pin_ww(obj, &eb->ww, NULL, 0, 0, in reloc_iomap() 2421 return i915_gem_object_ggtt_pin_ww(vma->obj, &eb->ww, NULL, 0, 0, 0); in eb_dispatch_secure()
|
/Linux-v5.10/drivers/gpu/drm/i915/ |
D | i915_drv.h | 1841 i915_gem_object_ggtt_pin_ww(struct drm_i915_gem_object *obj, 1851 return i915_gem_object_ggtt_pin_ww(obj, NULL, view, size, alignment, flags); in i915_gem_object_ggtt_pin()
|
D | i915_gem.c | 945 i915_gem_object_ggtt_pin_ww(struct drm_i915_gem_object *obj, in i915_gem_object_ggtt_pin_ww() function
|