intel_uc_fw
struct intel_uc_fw guc_fw;
struct intel_uc_fw huc_fw;
struct intel_uc_fw fw;
struct intel_uc_fw *guc_fw = &guc->fw;
struct intel_uc_fw *guc_fw = &guc->fw;
static int guc_fw_xfer(struct intel_uc_fw *guc_fw, struct i915_vma *vma)
static void guc_fw_select(struct intel_uc_fw *guc_fw)
struct intel_uc_fw *guc_fw = &guc->fw;
struct intel_uc_fw fw;
static int huc_fw_xfer(struct intel_uc_fw *huc_fw, struct i915_vma *vma)
static void huc_fw_select(struct intel_uc_fw *huc_fw)
struct intel_uc_fw *huc_fw = &huc->fw;
struct intel_uc_fw *guc_fw = &i915->guc.fw;
struct intel_uc_fw *huc_fw = &i915->huc.fw;
struct intel_uc_fw *guc_fw = &i915->guc.fw;
struct intel_uc_fw *huc_fw = &i915->huc.fw;
int intel_uc_fw_upload(struct intel_uc_fw *uc_fw,
int (*xfer)(struct intel_uc_fw *uc_fw,
void intel_uc_fw_fini(struct intel_uc_fw *uc_fw)
void intel_uc_fw_dump(const struct intel_uc_fw *uc_fw, struct drm_printer *p)
struct intel_uc_fw *uc_fw)
void intel_uc_fw_init(struct intel_uc_fw *uc_fw, enum intel_uc_fw_type type)
static inline bool intel_uc_fw_is_selected(struct intel_uc_fw *uc_fw)
static inline void intel_uc_fw_sanitize(struct intel_uc_fw *uc_fw)
static inline u32 intel_uc_fw_get_upload_size(struct intel_uc_fw *uc_fw)
struct intel_uc_fw *uc_fw);
int intel_uc_fw_upload(struct intel_uc_fw *uc_fw,
int (*xfer)(struct intel_uc_fw *uc_fw,
void intel_uc_fw_fini(struct intel_uc_fw *uc_fw);
void intel_uc_fw_dump(const struct intel_uc_fw *uc_fw, struct drm_printer *p);