Home
last modified time | relevance | path

Searched refs:gen6_hw_ppgtt (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gem_gtt.h421 struct gen6_hw_ppgtt { struct
432 #define __to_gen6_ppgtt(base) container_of(base, struct gen6_hw_ppgtt, base) argument
434 static inline struct gen6_hw_ppgtt *to_gen6_ppgtt(struct i915_hw_ppgtt *base) in to_gen6_ppgtt()
436 BUILD_BUG_ON(offsetof(struct gen6_hw_ppgtt, base)); in to_gen6_ppgtt()
Di915_gem_gtt.c730 static void gen6_initialize_pt(struct gen6_hw_ppgtt *ppgtt, in gen6_initialize_pt()
1734 struct gen6_hw_ppgtt *ppgtt = to_gen6_ppgtt(base); in gen6_dump_ppgtt()
1787 static inline void gen6_write_pde(const struct gen6_hw_ppgtt *ppgtt, in gen6_write_pde()
1855 struct gen6_hw_ppgtt *ppgtt = to_gen6_ppgtt(i915_vm_to_ppgtt(vm)); in gen6_ppgtt_clear_range()
1937 struct gen6_hw_ppgtt *ppgtt = to_gen6_ppgtt(i915_vm_to_ppgtt(vm)); in gen6_alloc_va_range()
1978 static int gen6_ppgtt_init_scratch(struct gen6_hw_ppgtt *ppgtt) in gen6_ppgtt_init_scratch()
2012 static void gen6_ppgtt_free_pd(struct gen6_hw_ppgtt *ppgtt) in gen6_ppgtt_free_pd()
2024 struct gen6_hw_ppgtt *ppgtt = to_gen6_ppgtt(i915_vm_to_ppgtt(vm)); in gen6_ppgtt_cleanup()
2050 struct gen6_hw_ppgtt *ppgtt = vma->private; in pd_vma_bind()
2069 struct gen6_hw_ppgtt *ppgtt = vma->private; in pd_vma_unbind()
[all …]