Home
last modified time | relevance | path

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

/openbmc/linux/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()
63 struct intel_gt *gt = uc_to_gt(uc); in __intel_uc_reset_hw()
87 struct intel_gt *gt = uc_to_gt(uc); in __confirm_options()
286 struct intel_gt *gt = uc_to_gt(uc); in __uc_fetch_firmwares()
334 if (i915_inject_probe_failure(uc_to_gt(uc)->i915)) in __uc_init()
373 struct intel_gt *gt = uc_to_gt(uc); in uc_init_wopcm()
426 struct intel_gt *gt = uc_to_gt(uc); in uc_is_wopcm_locked()
463 struct intel_gt *gt = uc_to_gt(uc); in __uc_init_hw()
502 intel_rps_raise_unslice(&uc_to_gt(uc)->rps); in __uc_init_hw()
555 intel_rps_lower_unslice(&uc_to_gt(uc)->rps); in __uc_init_hw()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt.h64 static inline struct intel_gt *uc_to_gt(struct intel_uc *uc) in uc_to_gt() function