Lines Matching refs:xe_gt

65 	struct xe_gt *gt = arg;  in gt_fini()
70 struct xe_gt *xe_gt_alloc(struct xe_tile *tile) in xe_gt_alloc()
72 struct xe_gt *gt; in xe_gt_alloc()
89 void xe_gt_sanitize(struct xe_gt *gt) in xe_gt_sanitize()
98 static void xe_gt_enable_host_l2_vram(struct xe_gt *gt) in xe_gt_enable_host_l2_vram()
120 static void xe_gt_disable_host_l2_vram(struct xe_gt *gt) in xe_gt_disable_host_l2_vram()
150 void xe_gt_remove(struct xe_gt *gt) in xe_gt_remove()
164 static int emit_nop_job(struct xe_gt *gt, struct xe_exec_queue *q) in emit_nop_job()
205 static int emit_wa_job(struct xe_gt *gt, struct xe_exec_queue *q) in emit_wa_job()
282 int xe_gt_record_default_lrcs(struct xe_gt *gt) in xe_gt_record_default_lrcs()
366 int xe_gt_init_early(struct xe_gt *gt) in xe_gt_init_early()
392 static void dump_pat_on_error(struct xe_gt *gt) in dump_pat_on_error()
403 static int gt_fw_domain_init(struct xe_gt *gt) in gt_fw_domain_init()
459 static int all_fw_domain_init(struct xe_gt *gt) in all_fw_domain_init()
547 int xe_gt_init_hwconfig(struct xe_gt *gt) in xe_gt_init_hwconfig()
576 int xe_gt_init(struct xe_gt *gt) in xe_gt_init()
625 void xe_gt_record_user_engines(struct xe_gt *gt) in xe_gt_record_user_engines()
646 static int do_gt_reset(struct xe_gt *gt) in do_gt_reset()
663 static int vf_gt_restart(struct xe_gt *gt) in vf_gt_restart()
682 static int do_gt_restart(struct xe_gt *gt) in do_gt_restart()
741 static int gt_reset(struct xe_gt *gt) in gt_reset()
806 struct xe_gt *gt = container_of(w, typeof(*gt), reset.worker); in gt_reset_worker()
811 void xe_gt_reset_async(struct xe_gt *gt) in xe_gt_reset_async()
823 void xe_gt_suspend_prepare(struct xe_gt *gt) in xe_gt_suspend_prepare()
832 int xe_gt_suspend(struct xe_gt *gt) in xe_gt_suspend()
871 int xe_gt_sanitize_freq(struct xe_gt *gt) in xe_gt_sanitize_freq()
884 int xe_gt_resume(struct xe_gt *gt) in xe_gt_resume()
912 struct xe_hw_engine *xe_gt_hw_engine(struct xe_gt *gt, in xe_gt_hw_engine()
928 struct xe_hw_engine *xe_gt_any_hw_engine_by_reset_domain(struct xe_gt *gt, in xe_gt_any_hw_engine_by_reset_domain()
951 struct xe_hw_engine *xe_gt_any_hw_engine(struct xe_gt *gt) in xe_gt_any_hw_engine()
969 void xe_gt_declare_wedged(struct xe_gt *gt) in xe_gt_declare_wedged()