Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/gt/uc/
Dintel_uc.c19 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()
/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dintel_gt.h15 static inline struct intel_gt *uc_to_gt(struct intel_uc *uc) in uc_to_gt() function