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 void intel_gt_reset_unlock(struct intel_gt *gt, int tag);
44 void intel_gt_set_wedged(struct intel_gt *gt);
45 bool intel_gt_unset_wedged(struct intel_gt *gt);
46 int intel_gt_terminally_wedged(struct intel_gt *gt);
53 void intel_gt_set_wedged_on_init(struct intel_gt *gt);
54 void intel_gt_set_wedged_on_fini(struct intel_gt *gt);
56 int __intel_gt_reset(struct intel_gt *gt, intel_engine_mask_t engine_mask);
58 int intel_reset_guc(struct intel_gt *gt);
62 struct intel_gt *gt;
67 struct intel_gt *gt,
77 bool intel_has_gpu_reset(const struct intel_gt *gt);
78 bool intel_has_reset_engine(const struct intel_gt *gt);