Searched refs:huc_to_gt (Results 1 – 3 of 3) sorted by relevance
29 struct intel_gt *gt = huc_to_gt(huc); in intel_huc_fw_auth_via_gsccs()256 ret = intel_pxp_huc_load_and_auth(huc_to_gt(huc)->i915->pxp); in intel_huc_fw_load_and_auth_via_gsc()
13 gt_##_level(huc_to_gt(_huc), "HuC: " _fmt, ##__VA_ARGS__)
107 static inline struct intel_gt *huc_to_gt(struct intel_huc *huc) in huc_to_gt() function