Lines Matching defs:gt

40 void intel_gt_common_init_early(struct intel_gt *gt)  in intel_gt_common_init_early()
66 struct intel_gt *gt = to_gt(i915); in intel_root_gt_init_early() local
79 static int intel_gt_probe_lmem(struct intel_gt *gt) in intel_gt_probe_lmem()
110 int intel_gt_assign_ggtt(struct intel_gt *gt) in intel_gt_assign_ggtt()
126 int intel_gt_init_mmio(struct intel_gt *gt) in intel_gt_init_mmio()
137 static void init_unused_ring(struct intel_gt *gt, u32 base) in init_unused_ring()
147 static void init_unused_rings(struct intel_gt *gt) in init_unused_rings()
166 int intel_gt_init_hw(struct intel_gt *gt) in intel_gt_init_hw()
227 i915_reg_t intel_gt_perf_limit_reasons_reg(struct intel_gt *gt) in intel_gt_perf_limit_reasons_reg()
238 intel_gt_clear_error_registers(struct intel_gt *gt, in intel_gt_clear_error_registers()
285 static void gen6_check_faults(struct intel_gt *gt) in gen6_check_faults()
308 static void xehp_check_faults(struct intel_gt *gt) in xehp_check_faults()
344 static void gen8_check_faults(struct intel_gt *gt) in gen8_check_faults()
385 void intel_gt_check_and_clear_faults(struct intel_gt *gt) in intel_gt_check_and_clear_faults()
402 void intel_gt_flush_ggtt_writes(struct intel_gt *gt) in intel_gt_flush_ggtt_writes()
443 void intel_gt_chipset_flush(struct intel_gt *gt) in intel_gt_chipset_flush()
450 void intel_gt_driver_register(struct intel_gt *gt) in intel_gt_driver_register()
460 static int intel_gt_init_scratch(struct intel_gt *gt, unsigned int size) in intel_gt_init_scratch()
498 static void intel_gt_fini_scratch(struct intel_gt *gt) in intel_gt_fini_scratch()
503 static struct i915_address_space *kernel_vm(struct intel_gt *gt) in kernel_vm()
511 static int __engines_record_defaults(struct intel_gt *gt) in __engines_record_defaults()
627 static int __engines_verify_workarounds(struct intel_gt *gt) in __engines_verify_workarounds()
648 static void __intel_gt_disable(struct intel_gt *gt) in __intel_gt_disable()
658 int intel_gt_wait_for_idle(struct intel_gt *gt, long timeout) in intel_gt_wait_for_idle()
682 int intel_gt_init(struct intel_gt *gt) in intel_gt_init()
767 void intel_gt_driver_remove(struct intel_gt *gt) in intel_gt_driver_remove()
779 void intel_gt_driver_unregister(struct intel_gt *gt) in intel_gt_driver_unregister()
799 void intel_gt_driver_release(struct intel_gt *gt) in intel_gt_driver_release()
816 struct intel_gt *gt; in intel_gt_driver_late_release_all() local
832 static int intel_gt_tile_setup(struct intel_gt *gt, phys_addr_t phys_addr) in intel_gt_tile_setup()
868 struct intel_gt *gt = &i915->gt0; in intel_gt_probe_all() local
955 struct intel_gt *gt; in intel_gt_tiles_init() local
970 struct intel_gt *gt; in intel_gt_release_all() local
1027 static int wait_for_invalidate(struct intel_gt *gt, struct reg_and_bit rb) in wait_for_invalidate()
1040 static void mmio_invalidate_full(struct intel_gt *gt) in mmio_invalidate_full()
1175 static bool tlb_seqno_passed(const struct intel_gt *gt, u32 seqno) in tlb_seqno_passed()
1183 void intel_gt_invalidate_tlb(struct intel_gt *gt, u32 seqno) in intel_gt_invalidate_tlb()