Searched refs:i915_page_table (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/i915/gt/ |
D | intel_ppgtt.c | 16 struct i915_page_table *alloc_pt(struct i915_address_space *vm, int sz) in alloc_pt() 18 struct i915_page_table *pt; in alloc_pt() 71 void free_px(struct i915_address_space *vm, struct i915_page_table *pt, int lvl) in free_px() 101 struct i915_page_table * const to, in __set_pd_entry() 127 struct i915_page_table * const pt, in release_pd_entry() 244 struct i915_page_table *pt; in i915_vm_alloc_pt_stash() 279 struct i915_page_table *pt; in i915_vm_map_pt_stash() 296 struct i915_page_table *pt; in i915_vm_free_pt_stash()
|
D | intel_gtt.h | 177 struct i915_page_table { struct 181 struct i915_page_table *stash; argument 187 struct i915_page_table pt; argument 201 __px_choose_expr(px, struct i915_page_table *, __x->base, \ 213 __px_choose_expr(px, struct i915_page_table *, __x, \ 220 struct i915_page_table *pt[2]; 348 struct i915_page_table *pt, 561 static inline struct i915_page_table * 578 struct i915_page_table *pt = ppgtt->pd->entry[n]; in i915_page_dir_dma_addr() 630 struct i915_page_table *alloc_pt(struct i915_address_space *vm, int sz); [all …]
|
D | gen6_ppgtt.c | 21 const struct i915_page_table *pt) in gen6_write_pde() 85 struct i915_page_table * const pt = in gen6_ppgtt_clear_range() 153 struct i915_page_table *pt; in gen6_flush_pd() 178 struct i915_page_table *pt; in gen6_alloc_va_range() 259 struct i915_page_table *pt; in gen6_ppgtt_free_pd() 301 struct i915_page_table *pt; in pd_vma_unbind()
|
D | gen8_ppgtt.c | 255 struct i915_page_table *pt = pd->entry[idx]; in __gen8_ppgtt_clear() 340 struct i915_page_table *pt = pd->entry[idx]; in __gen8_ppgtt_alloc() 410 struct i915_page_table *pt, in __gen8_ppgtt_foreach() 420 struct i915_page_table *pt = pd->entry[idx]; in __gen8_ppgtt_foreach() 442 struct i915_page_table *pt, in gen8_ppgtt_foreach() 521 struct i915_page_table *pt = in xehp_ppgtt_insert_huge() 644 struct i915_page_table *pt = in gen8_ppgtt_insert_huge() 774 struct i915_page_table *pt = i915_pt_entry(pd, gen8_pd_index(idx, 1)); in gen8_ppgtt_insert_entry() 795 struct i915_page_table *pt = i915_pt_entry(pd, gen8_pd_index(idx, 1)); in xehp_ppgtt_insert_entry_lm()
|
D | intel_migrate.c | 39 struct i915_page_table *pt, in xehp_toggle_pdes() 56 struct i915_page_table *pt, in xehp_insert_pte() 75 struct i915_page_table *pt, in insert_pte()
|