Lines Matching full: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);
57 int __intel_gt_reset(struct intel_gt *gt, intel_engine_mask_t engine_mask);
59 int intel_reset_guc(struct intel_gt *gt);
63 struct intel_gt *gt; member
68 struct intel_gt *gt,
73 #define intel_wedge_on_timeout(W, GT, TIMEOUT) \ argument
74 for (__intel_init_wedge((W), (GT), (TIMEOUT), __func__); \
75 (W)->gt; \
78 bool intel_has_gpu_reset(const struct intel_gt *gt);
79 bool intel_has_reset_engine(const struct intel_gt *gt);
81 bool intel_engine_reset_needs_wa_22011802037(struct intel_gt *gt);