Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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
298 bool needs_ggtt_mapping);
H A Dintel_uc_fw.c489 * @needs_ggtt_mapping: whether the FW needs to be GGTT mapped for loading
496 bool needs_ggtt_mapping) in intel_uc_fw_init_early()
510 uc_fw->needs_ggtt_mapping = needs_ggtt_mapping; in intel_uc_fw_init_early()
777 if (uc_fw->needs_ggtt_mapping && (*fw)->size > INTEL_UC_RSVD_GGTT_PER_FW) { in try_firmware_load()
1023 if (!uc_fw->needs_ggtt_mapping) in uc_fw_bind_ggtt()
494 intel_uc_fw_init_early(struct intel_uc_fw *uc_fw, enum intel_uc_fw_type type, bool needs_ggtt_mapping) intel_uc_fw_init_early() argument

Completed in 3 milliseconds