Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_ppgtt.c35 struct i915_page_directory *__alloc_pd(size_t sz) in __alloc_pd() function
51 pd = __alloc_pd(sizeof(*pd)); in alloc_pd()
H A Dintel_gtt.h597 struct i915_page_directory *__alloc_pd(size_t sz);
H A Dgen6_ppgtt.c521 ppgtt->base.pd = __alloc_pd(sizeof(*ppgtt->base.pd)); in gen6_ppgtt_create()
H A Dgen8_ppgtt.c736 pd = __alloc_pd(offsetof(typeof(*pd), entry[count])); in gen8_alloc_top_pd()