Lines Matching full:gt
22 void intel_gt_init_reset(struct intel_gt *gt);
23 void intel_gt_fini_reset(struct intel_gt *gt);
26 void intel_gt_handle_error(struct intel_gt *gt,
32 void intel_gt_reset(struct intel_gt *gt,
40 int __must_check intel_gt_reset_trylock(struct intel_gt *gt, int *srcu);
41 void intel_gt_reset_unlock(struct intel_gt *gt, int tag);
43 void intel_gt_set_wedged(struct intel_gt *gt);
44 bool intel_gt_unset_wedged(struct intel_gt *gt);
45 int intel_gt_terminally_wedged(struct intel_gt *gt);
52 void intel_gt_set_wedged_on_init(struct intel_gt *gt);
53 void intel_gt_set_wedged_on_fini(struct intel_gt *gt);
55 int __intel_gt_reset(struct intel_gt *gt, intel_engine_mask_t engine_mask);
57 int intel_reset_guc(struct intel_gt *gt);
61 struct intel_gt *gt; member
66 struct intel_gt *gt,
71 #define intel_wedge_on_timeout(W, GT, TIMEOUT) \ argument
72 for (__intel_init_wedge((W), (GT), (TIMEOUT), __func__); \
73 (W)->gt; \
76 bool intel_has_gpu_reset(const struct intel_gt *gt);
77 bool intel_has_reset_engine(const struct intel_gt *gt);