Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/gt/uc/
Dintel_uc_fw.c46 static inline struct intel_gt *__uc_fw_to_gt(struct intel_uc_fw *uc_fw) in __uc_fw_to_gt() function
57 gt_dbg(__uc_fw_to_gt(uc_fw), "%s firmware -> %s\n", in intel_uc_fw_change_status()
547 struct drm_i915_private *i915 = __uc_fw_to_gt(uc_fw)->i915; in __force_fw_fetch_failures()
743 struct intel_gt *gt = __uc_fw_to_gt(uc_fw); in guc_check_version_range()
790 struct intel_gt *gt = __uc_fw_to_gt(uc_fw); in try_firmware_load()
849 struct intel_gt *gt = __uc_fw_to_gt(uc_fw); in intel_uc_check_file_version()
897 struct intel_gt *gt = __uc_fw_to_gt(uc_fw); in intel_uc_fw_fetch()
1012 struct intel_gt *gt = __uc_fw_to_gt(uc_fw); in uc_fw_ggtt_offset()
1041 struct i915_ggtt *ggtt = __uc_fw_to_gt(uc_fw)->ggtt; in uc_fw_bind_ggtt()
1075 struct i915_ggtt *ggtt = __uc_fw_to_gt(uc_fw)->ggtt; in uc_fw_unbind_ggtt()
[all …]
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_uc_fw.c177 __uc_fw_to_gt(struct xe_uc_fw *uc_fw, enum xe_uc_fw_type type) in XE_GUC_FIRMWARE_DEFS()
195 return __uc_fw_to_gt(uc_fw, uc_fw->type); in uc_fw_to_gt()