Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_uc.c24 uc_to_gt(struct xe_uc *uc) in uc_to_gt() function
32 return gt_to_xe(uc_to_gt(uc)); in uc_to_xe()
69 xe_gt_err(uc_to_gt(uc), "Failed to initialize uC (%pe)\n", ERR_PTR(ret)); in xe_uc_init()
162 err = xe_gt_sriov_vf_connect(uc_to_gt(uc)); in vf_uc_init_hw()
168 err = xe_gt_record_default_lrcs(uc_to_gt(uc)); in vf_uc_init_hw()
202 ret = xe_gt_record_default_lrcs(uc_to_gt(uc)); in xe_uc_init_hw()
218 xe_gt_assert(uc_to_gt(uc), !ret); in xe_uc_init_hw()
309 xe_gt_assert(uc_to_gt(uc), uc_to_xe(uc)->wedged.mode); in xe_uc_declare_wedged()
/linux-6.15/drivers/gpu/drm/i915/gt/uc/
H A 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()
278 struct intel_gt *gt = uc_to_gt(uc); in __uc_fetch_firmwares()
326 if (i915_inject_probe_failure(uc_to_gt(uc)->i915)) in __uc_init()
365 struct intel_gt *gt = uc_to_gt(uc); in uc_init_wopcm()
418 struct intel_gt *gt = uc_to_gt(uc); in uc_is_wopcm_locked()
455 struct intel_gt *gt = uc_to_gt(uc); in __uc_init_hw()
494 intel_rps_raise_unslice(&uc_to_gt(uc)->rps); in __uc_init_hw()
547 intel_rps_lower_unslice(&uc_to_gt(uc)->rps); in __uc_init_hw()
[all …]
/linux-6.15/drivers/gpu/drm/i915/gt/
H A Dintel_gt.h97 static inline struct intel_gt *uc_to_gt(struct intel_uc *uc) in uc_to_gt() function