Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/
Di915_gem_gtt.c722 static struct i915_page_directory *__alloc_pd(size_t sz) in __alloc_pd() function
738 pd = __alloc_pd(sizeof(*pd)); in alloc_pd()
1454 pd = __alloc_pd(offsetof(typeof(*pd), entry[count])); in gen8_alloc_top_pd()
1977 ppgtt->base.pd = __alloc_pd(sizeof(*ppgtt->base.pd)); in gen6_ppgtt_create()