Searched refs:i915_page_table (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
D | intel_gtt.h | 148 struct i915_page_table { struct 152 struct i915_page_table *stash; argument 157 struct i915_page_table pt; 171 __px_choose_expr(px, struct i915_page_table *, __x->base, \ 180 __px_choose_expr(px, struct i915_page_table *, __x, \ 187 struct i915_page_table *pt[2]; 461 static inline struct i915_page_table * 478 struct i915_page_table *pt = ppgtt->pd->entry[n]; in i915_page_dir_dma_addr() 520 struct i915_page_table *alloc_pt(struct i915_address_space *vm); 527 struct i915_page_table *pt, int lvl); [all …]
|
D | intel_ppgtt.c | 13 struct i915_page_table *alloc_pt(struct i915_address_space *vm) in alloc_pt() 15 struct i915_page_table *pt; in alloc_pt() 67 void free_px(struct i915_address_space *vm, struct i915_page_table *pt, int lvl) in free_px() 98 struct i915_page_table * const to, in __set_pd_entry() 124 struct i915_page_table * const pt, in release_pd_entry() 225 struct i915_page_table *pt; in i915_vm_alloc_pt_stash() 260 struct i915_page_table *pt; in i915_vm_pin_pt_stash() 277 struct i915_page_table *pt; in i915_vm_free_pt_stash()
|
D | gen6_ppgtt.c | 17 const struct i915_page_table *pt) in gen6_write_pde() 90 struct i915_page_table * const pt = in gen6_ppgtt_clear_range() 161 struct i915_page_table *pt; in gen6_flush_pd() 186 struct i915_page_table *pt; in gen6_alloc_va_range() 265 struct i915_page_table *pt; in gen6_ppgtt_free_pd() 321 struct i915_page_table *pt; in pd_vma_unbind()
|
D | gen8_ppgtt.c | 214 struct i915_page_table *pt = pd->entry[idx]; in __gen8_ppgtt_clear() 290 struct i915_page_table *pt = pd->entry[idx]; in __gen8_ppgtt_alloc() 439 struct i915_page_table *pt = in gen8_ppgtt_insert_huge()
|