/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
H A 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()
|
H A D | i915_gem_mman.c | 322 vma = i915_gem_object_ggtt_pin_ww(obj, &ww, NULL, 0, 0, in vm_fault_gtt() 341 vma = i915_gem_object_ggtt_pin_ww(obj, &ww, &view, 0, 0, flags); in vm_fault_gtt() 345 vma = i915_gem_object_ggtt_pin_ww(obj, &ww, &view, 0, 0, flags); in vm_fault_gtt()
|
H A D | i915_gem_execbuffer.c | 1164 vma = i915_gem_object_ggtt_pin_ww(obj, &eb->ww, NULL, 0, 0, in reloc_iomap() 2280 return i915_gem_object_ggtt_pin_ww(vma->obj, &eb->ww, NULL, 0, 0, 0); in eb_dispatch_secure()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_gem.h | 56 i915_gem_object_ggtt_pin_ww(struct drm_i915_gem_object *obj,
|
H A D | intel_gvt.c | 289 EXPORT_SYMBOL_NS_GPL(i915_gem_object_ggtt_pin_ww, I915_GVT);
|
H A D | i915_gem.c | 326 vma = i915_gem_object_ggtt_pin_ww(obj, &ww, NULL, 0, 0, in i915_gem_gtt_prepare() 906 i915_gem_object_ggtt_pin_ww(struct drm_i915_gem_object *obj, in i915_gem_object_ggtt_pin_ww() function 1022 ret = i915_gem_object_ggtt_pin_ww(obj, &ww, view, size, in i915_gem_object_ggtt_pin()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_mman.c | 339 vma = i915_gem_object_ggtt_pin_ww(obj, &ww, NULL, 0, 0, in vm_fault_gtt() 358 vma = i915_gem_object_ggtt_pin_ww(obj, &ww, &view, 0, 0, flags); in vm_fault_gtt() 362 vma = i915_gem_object_ggtt_pin_ww(obj, &ww, &view, 0, 0, flags); in vm_fault_gtt() 378 vma = i915_gem_object_ggtt_pin_ww(obj, &ww, &view, 0, 0, flags); in vm_fault_gtt()
|
H A D | i915_gem_domain.c | 477 vma = i915_gem_object_ggtt_pin_ww(obj, ww, view, 0, alignment, in i915_gem_object_pin_to_display_plane() 481 vma = i915_gem_object_ggtt_pin_ww(obj, ww, view, 0, in i915_gem_object_pin_to_display_plane()
|
H A D | i915_gem_execbuffer.c | 1294 * i915_gem_object_ggtt_pin_ww may attempt to remove the batch in reloc_iomap() 1302 vma = i915_gem_object_ggtt_pin_ww(obj, &eb->ww, NULL, 0, 0, in reloc_iomap() 2279 return i915_gem_object_ggtt_pin_ww(vma->obj, &eb->ww, NULL, 0, 0, PIN_VALIDATE); in eb_dispatch_secure()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_dpt.c | 148 vma = i915_gem_object_ggtt_pin_ww(dpt->obj, &ww, NULL, 0, 4096, in intel_dpt_pin()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_drv.h | 1839 i915_gem_object_ggtt_pin_ww(struct drm_i915_gem_object *obj, 1849 return i915_gem_object_ggtt_pin_ww(obj, NULL, view, size, alignment, flags); in i915_gem_object_ggtt_pin()
|
H A 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
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/ |
H A D | scheduler.c | 556 bb->vma = i915_gem_object_ggtt_pin_ww(bb->obj, &ww, in prepare_shadow_batch_buffer() 622 vma = i915_gem_object_ggtt_pin_ww(wa_ctx->indirect_ctx.obj, &ww, NULL, in prepare_shadow_wa_ctx()
|