Home
last modified time | relevance | path

Searched refs:__alloc_pd (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dintel_ppgtt.c31 struct i915_page_directory *__alloc_pd(int count) in __alloc_pd() function
53 pd = __alloc_pd(I915_PDES); in alloc_pd()
H A Dintel_gtt.h522 struct i915_page_directory *__alloc_pd(int npde);
H A Dgen6_ppgtt.c457 ppgtt->base.pd = __alloc_pd(I915_PDES); in gen6_ppgtt_create()
H A Dgen8_ppgtt.c650 pd = __alloc_pd(count); in gen8_alloc_top_pd()