Home
last modified time | relevance | path

Searched refs:uc_to_gt (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_uc.c23 uc_to_gt(struct xe_uc *uc) in uc_to_gt() function
31 return gt_to_xe(uc_to_gt(uc)); in uc_to_xe()
68 xe_gt_err(uc_to_gt(uc), "Failed to initialize uC (%pe)\n", ERR_PTR(ret)); in xe_uc_init()
161 err = xe_gt_sriov_vf_connect(uc_to_gt(uc)); in vf_uc_init_hw()
167 err = xe_gt_record_default_lrcs(uc_to_gt(uc)); in vf_uc_init_hw()
201 ret = xe_gt_record_default_lrcs(uc_to_gt(uc)); in xe_uc_init_hw()
215 xe_gt_assert(uc_to_gt(uc), !ret); in xe_uc_init_hw()
313 xe_gt_assert(uc_to_gt(uc), uc_to_xe(uc)->wedged.mode); in xe_uc_declare_wedged()
/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_uc.c28 struct drm_i915_private *i915 = uc_to_gt(uc)->i915; in uc_expand_default_options()
59 struct intel_gt *gt = uc_to_gt(uc); in __intel_uc_reset_hw()
83 struct intel_gt *gt = uc_to_gt(uc); in __confirm_options()
277 struct intel_gt *gt = uc_to_gt(uc); in __uc_fetch_firmwares()
325 if (i915_inject_probe_failure(uc_to_gt(uc)->i915)) in __uc_init()
364 struct intel_gt *gt = uc_to_gt(uc); in uc_init_wopcm()
417 struct intel_gt *gt = uc_to_gt(uc); in uc_is_wopcm_locked()
454 struct intel_gt *gt = uc_to_gt(uc); in __uc_init_hw()
493 intel_rps_raise_unslice(&uc_to_gt(uc)->rps); in __uc_init_hw()
546 intel_rps_lower_unslice(&uc_to_gt(uc)->rps); in __uc_init_hw()
[all …]
/linux-6.12.1/drivers/gpu/drm/i915/gt/
Dintel_gt.h97 static inline struct intel_gt *uc_to_gt(struct intel_uc *uc) in uc_to_gt() function