Lines Matching refs:intel_gt

26 void intel_gt_init_early(struct intel_gt *gt, struct drm_i915_private *i915)  in intel_gt_init_early()
49 int intel_gt_probe_lmem(struct intel_gt *gt) in intel_gt_probe_lmem()
83 void intel_gt_init_hw_early(struct intel_gt *gt, struct i915_ggtt *ggtt) in intel_gt_init_hw_early()
113 static u16 slicemask(struct intel_gt *gt, int count) in slicemask()
120 int intel_gt_init_mmio(struct intel_gt *gt) in intel_gt_init_mmio()
158 static void init_unused_ring(struct intel_gt *gt, u32 base) in init_unused_ring()
168 static void init_unused_rings(struct intel_gt *gt) in init_unused_rings()
187 int intel_gt_init_hw(struct intel_gt *gt) in intel_gt_init_hw()
264 intel_gt_clear_error_registers(struct intel_gt *gt, in intel_gt_clear_error_registers()
307 static void gen6_check_faults(struct intel_gt *gt) in gen6_check_faults()
330 static void gen8_check_faults(struct intel_gt *gt) in gen8_check_faults()
371 void intel_gt_check_and_clear_faults(struct intel_gt *gt) in intel_gt_check_and_clear_faults()
386 void intel_gt_flush_ggtt_writes(struct intel_gt *gt) in intel_gt_flush_ggtt_writes()
427 void intel_gt_chipset_flush(struct intel_gt *gt) in intel_gt_chipset_flush()
434 void intel_gt_driver_register(struct intel_gt *gt) in intel_gt_driver_register()
441 static int intel_gt_init_scratch(struct intel_gt *gt, unsigned int size) in intel_gt_init_scratch()
477 static void intel_gt_fini_scratch(struct intel_gt *gt) in intel_gt_fini_scratch()
482 static struct i915_address_space *kernel_vm(struct intel_gt *gt) in kernel_vm()
490 static int __engines_record_defaults(struct intel_gt *gt) in __engines_record_defaults()
606 static int __engines_verify_workarounds(struct intel_gt *gt) in __engines_verify_workarounds()
627 static void __intel_gt_disable(struct intel_gt *gt) in __intel_gt_disable()
637 int intel_gt_wait_for_idle(struct intel_gt *gt, long timeout) in intel_gt_wait_for_idle()
656 int intel_gt_init(struct intel_gt *gt) in intel_gt_init()
739 void intel_gt_driver_remove(struct intel_gt *gt) in intel_gt_driver_remove()
751 void intel_gt_driver_unregister(struct intel_gt *gt) in intel_gt_driver_unregister()
771 void intel_gt_driver_release(struct intel_gt *gt) in intel_gt_driver_release()
785 void intel_gt_driver_late_release(struct intel_gt *gt) in intel_gt_driver_late_release()
811 static bool intel_gt_reg_needs_read_steering(struct intel_gt *gt, in intel_gt_reg_needs_read_steering()
839 static void intel_gt_get_valid_steering(struct intel_gt *gt, in intel_gt_get_valid_steering()
884 u32 intel_gt_read_register_fw(struct intel_gt *gt, i915_reg_t reg) in intel_gt_read_register_fw()