Searched refs:needs_ggtt_mapping (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc_fw.h103 * @needs_ggtt_mapping: indicates whether the fw object needs to be
107 bool needs_ggtt_mapping; member in struct:intel_uc_fw
298 bool needs_ggtt_mapping);
H A Dintel_uc_fw.c505 * @needs_ggtt_mapping: whether the FW needs to be GGTT mapped for loading
512 bool needs_ggtt_mapping)
526 uc_fw->needs_ggtt_mapping = needs_ggtt_mapping;
793 if (uc_fw->needs_ggtt_mapping && (*fw)->size > INTEL_UC_RSVD_GGTT_PER_FW) {
1039 if (!uc_fw->needs_ggtt_mapping)
510 intel_uc_fw_init_early(struct intel_uc_fw *uc_fw, enum intel_uc_fw_type type, bool needs_ggtt_mapping) argument

Completed in 502 milliseconds