Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_fw.c51 static int guc_xfer_rsa_mmio(struct intel_uc_fw *guc_fw, in guc_xfer_rsa_mmio() argument
58 copied = intel_uc_fw_copy_rsa(guc_fw, rsa, sizeof(rsa)); in guc_xfer_rsa_mmio()
68 static int guc_xfer_rsa_vma(struct intel_uc_fw *guc_fw, in guc_xfer_rsa_vma() argument
71 struct intel_guc *guc = container_of(guc_fw, struct intel_guc, fw); in guc_xfer_rsa_vma()
74 intel_guc_ggtt_offset(guc, guc_fw->rsa_data)); in guc_xfer_rsa_vma()
80 static int guc_xfer_rsa(struct intel_uc_fw *guc_fw, in guc_xfer_rsa() argument
83 if (guc_fw->rsa_data) in guc_xfer_rsa()
84 return guc_xfer_rsa_vma(guc_fw, uncore); in guc_xfer_rsa()
86 return guc_xfer_rsa_mmio(guc_fw, uncore); in guc_xfer_rsa()
/linux/drivers/gpu/drm/i915/
H A Di915_gpu_error.h179 struct intel_uc_fw guc_fw; member