| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | gen6_ppgtt.h | 14 struct i915_ppgtt base; 43 static inline struct gen6_ppgtt *to_gen6_ppgtt(struct i915_ppgtt *base) in to_gen6_ppgtt() 71 int gen6_ppgtt_pin(struct i915_ppgtt *base, struct i915_gem_ww_ctx *ww); 72 void gen6_ppgtt_unpin(struct i915_ppgtt *base); 75 struct i915_ppgtt *gen6_ppgtt_create(struct intel_gt *gt);
|
| H A D | intel_gtt.h | 381 struct i915_ppgtt *alias; 412 struct i915_ppgtt { struct 472 static inline struct i915_ppgtt * 475 BUILD_BUG_ON(offsetof(struct i915_ppgtt, vm)); in i915_vm_to_ppgtt() 477 return container_of(vm, struct i915_ppgtt, vm); in i915_vm_to_ppgtt() 579 i915_page_dir_dma_addr(const struct i915_ppgtt *ppgtt, const unsigned int n) in i915_page_dir_dma_addr() 586 void ppgtt_init(struct i915_ppgtt *ppgtt, struct intel_gt *gt, 614 struct i915_ppgtt *i915_ppgtt_create(struct intel_gt *gt, 413 vmi915_ppgtt global() argument 415 pdi915_ppgtt global() argument
|
| H A D | intel_ppgtt.c | 159 static struct i915_ppgtt * 168 struct i915_ppgtt *i915_ppgtt_create(struct intel_gt *gt, in i915_ppgtt_create() 171 struct i915_ppgtt *ppgtt; in i915_ppgtt_create() 307 void ppgtt_init(struct i915_ppgtt *ppgtt, struct intel_gt *gt, in ppgtt_init()
|
| H A D | gen8_ppgtt.h | 14 struct i915_ppgtt *gen8_ppgtt_create(struct intel_gt *gt,
|
| H A D | gen8_ppgtt.c | 88 static void gen8_ppgtt_notify_vgt(struct i915_ppgtt *ppgtt, bool create) in gen8_ppgtt_notify_vgt() 190 struct i915_ppgtt * const ppgtt = i915_vm_to_ppgtt(vm); in gen8_pdp_for_page_index() 224 struct i915_ppgtt *ppgtt = i915_vm_to_ppgtt(vm); in gen8_ppgtt_cleanup() 455 gen8_ppgtt_insert_pte(struct i915_ppgtt *ppgtt, in gen8_ppgtt_insert_pte() 740 struct i915_ppgtt * const ppgtt = i915_vm_to_ppgtt(vm); in gen8_ppgtt_insert() 892 static int gen8_preallocate_top_level_pdp(struct i915_ppgtt *ppgtt) in gen8_preallocate_top_level_pdp() 1002 struct i915_ppgtt *gen8_ppgtt_create(struct intel_gt *gt, in gen8_ppgtt_create() 1006 struct i915_ppgtt *ppgtt; in gen8_ppgtt_create()
|
| H A D | selftest_tlb.c | 235 struct i915_ppgtt *ppgtt; in mem_tlbinv()
|
| H A D | intel_gtt.c | 203 struct i915_ppgtt *ppgtt = i915_vm_to_ppgtt(vm); in i915_vm_lock_objects()
|
| H A D | intel_ggtt.c | 998 struct i915_ppgtt *ppgtt; in init_aliasing_ppgtt() 1049 struct i915_ppgtt *ppgtt; in fini_aliasing_ppgtt()
|
| H A D | intel_migrate.c | 89 struct i915_ppgtt *vm; in migrate_vm()
|
| H A D | selftest_hangcheck.c | 1592 struct i915_ppgtt *ppgtt; in igt_reset_evict_ppgtt()
|
| /linux/drivers/gpu/drm/i915/selftests/ |
| H A D | mock_gtt.c | 65 struct i915_ppgtt *mock_ppgtt(struct drm_i915_private *i915, const char *name) in mock_ppgtt() 67 struct i915_ppgtt *ppgtt; in mock_ppgtt()
|
| H A D | mock_gtt.h | 35 struct i915_ppgtt *mock_ppgtt(struct drm_i915_private *i915, const char *name);
|
| H A D | i915_gem_gtt.c | 156 struct i915_ppgtt *ppgtt; in igt_ppgtt_alloc() 1202 struct i915_ppgtt *ppgtt; in exercise_ppgtt()
|
| /linux/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | mock_context.c | 37 struct i915_ppgtt *ppgtt; in mock_context()
|
| H A D | huge_pages.c | 424 struct i915_ppgtt *ppgtt = arg; in igt_mock_exhaust_device_supported_pages() 500 struct i915_ppgtt *ppgtt = arg; in igt_mock_memory_region_huge_pages() 578 struct i915_ppgtt *ppgtt = arg; in igt_mock_ppgtt_misaligned_dma() 1964 struct i915_ppgtt *ppgtt; in i915_gem_huge_page_mock_selftests()
|
| H A D | i915_gem_migrate.c | 375 struct i915_ppgtt *ppgtt; in igt_async_migrate()
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_trace.h | 655 DECLARE_EVENT_CLASS(i915_ppgtt, 672 DEFINE_EVENT(i915_ppgtt, i915_ppgtt_create, 677 DEFINE_EVENT(i915_ppgtt, i915_ppgtt_release,
|
| /linux/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_context.c | 1629 struct i915_ppgtt *ppgtt; in i915_gem_create_context() 1812 struct i915_ppgtt *ppgtt; in i915_gem_vm_create_ioctl()
|