Home
last modified time | relevance | path

Searched refs:intel_guc_allocate_vma (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc.h112 * GGTT, all gfx objects used by GuC are allocated with intel_guc_allocate_vma()
142 struct i915_vma *intel_guc_allocate_vma(struct intel_guc *guc, u32 size);
H A Dintel_huc.c81 vma = intel_guc_allocate_vma(guc, PAGE_SIZE); in intel_huc_rsa_data_create()
H A Dintel_guc.c633 * intel_guc_allocate_vma() - Allocate a GGTT VMA for GuC usage
645 struct i915_vma *intel_guc_allocate_vma(struct intel_guc *guc, u32 size) in intel_guc_allocate_vma() function
682 * This wrapper calls intel_guc_allocate_vma() and then maps the allocated
693 vma = intel_guc_allocate_vma(guc, size); in intel_guc_allocate_and_map_vma()
H A Dintel_guc_log.c482 vma = intel_guc_allocate_vma(guc, guc_log_size); in intel_guc_log_create()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc.c716 * intel_guc_allocate_vma() - Allocate a GGTT VMA for GuC usage
728 struct i915_vma *intel_guc_allocate_vma(struct intel_guc *guc, u32 size) in intel_guc_allocate_vma() function
780 * This wrapper calls intel_guc_allocate_vma() and then maps the allocated
791 vma = intel_guc_allocate_vma(guc, size); in intel_guc_allocate_and_map_vma()
H A Dintel_guc.h366 * GGTT, all gfx objects used by GuC are allocated with intel_guc_allocate_vma()
396 struct i915_vma *intel_guc_allocate_vma(struct intel_guc *guc, u32 size);
H A Dintel_huc.c387 vma = intel_guc_allocate_vma(&gt->uc.guc, PXP43_HUC_AUTH_INOUT_SIZE * 2); in intel_huc_init()
H A Dintel_guc_log.c626 vma = intel_guc_allocate_vma(guc, guc_log_size); in intel_guc_log_create()
H A Dintel_uc_fw.c1196 vma = intel_guc_allocate_vma(&gt->uc.guc, PAGE_SIZE); in uc_fw_rsa_data_create()

Completed in 9 milliseconds