Home
last modified time | relevance | path

Searched refs:intel_guc_allocate_vma (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/sys/dev/drm/i915/
H A Dintel_guc.h117 struct i915_vma *intel_guc_allocate_vma(struct intel_guc *guc, u32 size);
H A Di915_guc_submission.c790 vma = intel_guc_allocate_vma(guc, GUC_DB_SIZE + GUC_WQ_SIZE); in guc_client_alloc()
914 vma = intel_guc_allocate_vma(guc, PAGE_ALIGN(sizeof(*blob))); in guc_ads_create()
984 vma = intel_guc_allocate_vma(guc, in i915_guc_submission_init()
H A Dintel_guc.c331 struct i915_vma *intel_guc_allocate_vma(struct intel_guc *guc, u32 size) in intel_guc_allocate_vma() function
H A Dintel_guc_ct.c146 vma = intel_guc_allocate_vma(guc, PAGE_SIZE); in ctch_init()
H A Dintel_guc_log.c557 vma = intel_guc_allocate_vma(guc, size); in intel_guc_log_create()