Searched refs:uc_to_gt (Results 1 – 2 of 2) sorted by relevance
19 struct intel_gt *gt = uc_to_gt(uc); in __intel_uc_reset_hw()43 struct drm_i915_private *i915 = uc_to_gt(uc)->i915; in __confirm_options()266 struct drm_i915_private *i915 = uc_to_gt(uc)->i915; in intel_uc_fetch_firmwares()352 struct intel_gt *gt = uc_to_gt(uc); in uc_init_wopcm()405 struct intel_gt *gt = uc_to_gt(uc); in uc_is_wopcm_locked()414 struct drm_i915_private *i915 = uc_to_gt(uc)->i915; in intel_uc_init_hw()584 with_intel_runtime_pm(&uc_to_gt(uc)->i915->runtime_pm, wakeref) in intel_uc_suspend()
15 static inline struct intel_gt *uc_to_gt(struct intel_uc *uc) in uc_to_gt() function