Lines Matching refs:vma_res
55 struct i915_vma_resource *vma_res, in dpt_insert_entries() argument
71 i = vma_res->start / I915_GTT_PAGE_SIZE; in dpt_insert_entries()
72 for_each_sgt_daddr(addr, sgt_iter, vma_res->bi.pages) in dpt_insert_entries()
83 struct i915_vma_resource *vma_res, in dpt_bind_vma() argument
89 if (vma_res->bound_flags) in dpt_bind_vma()
94 if (vm->has_read_only && vma_res->bi.readonly) in dpt_bind_vma()
96 if (vma_res->bi.lmem) in dpt_bind_vma()
99 vm->insert_entries(vm, vma_res, pat_index, pte_flags); in dpt_bind_vma()
101 vma_res->page_sizes_gtt = I915_GTT_PAGE_SIZE; in dpt_bind_vma()
108 vma_res->bound_flags = I915_VMA_GLOBAL_BIND | I915_VMA_LOCAL_BIND; in dpt_bind_vma()
112 struct i915_vma_resource *vma_res) in dpt_unbind_vma() argument
114 vm->clear_range(vm, vma_res->start, vma_res->vma_size); in dpt_unbind_vma()