Lines Matching refs:intel_gt
18 struct intel_gt;
21 void intel_gt_init_reset(struct intel_gt *gt);
22 void intel_gt_fini_reset(struct intel_gt *gt);
25 void intel_gt_handle_error(struct intel_gt *gt,
31 void intel_gt_reset(struct intel_gt *gt,
41 int __must_check intel_gt_reset_trylock(struct intel_gt *gt, int *srcu);
42 int __must_check intel_gt_reset_lock_interruptible(struct intel_gt *gt, int *srcu);
43 void intel_gt_reset_unlock(struct intel_gt *gt, int tag);
45 void intel_gt_set_wedged(struct intel_gt *gt);
46 bool intel_gt_unset_wedged(struct intel_gt *gt);
47 int intel_gt_terminally_wedged(struct intel_gt *gt);
54 void intel_gt_set_wedged_on_init(struct intel_gt *gt);
55 void intel_gt_set_wedged_on_fini(struct intel_gt *gt);
58 int intel_gt_reset_all_engines(struct intel_gt *gt);
60 int intel_reset_guc(struct intel_gt *gt);
64 struct intel_gt *gt;
69 struct intel_gt *gt,
79 bool intel_has_gpu_reset(const struct intel_gt *gt);
80 bool intel_has_reset_engine(const struct intel_gt *gt);
82 bool intel_engine_reset_needs_wa_22011802037(struct intel_gt *gt);