Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dimage.c34 struct nvbios_npdeT npde; in nvbios_imagen() local
57 if (!(data = nvbios_npdeTp(bios, image->base, &npde))) in nvbios_imagen()
59 image->size = npde.image_size; in nvbios_imagen()
60 image->last = npde.last; in nvbios_imagen()
H A DKbuild18 nvkm-y += nvkm/subdev/bios/npde.o
/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_res.c188 u32 depth, stride, npbl, npde; in bnxt_qplib_alloc_init_hwq() local
240 npde = npbl >> MAX_PDL_LVL_SHIFT; in bnxt_qplib_alloc_init_hwq()
242 npde++; in bnxt_qplib_alloc_init_hwq()
244 sginfo.pgsize = npde * pg_size; in bnxt_qplib_alloc_init_hwq()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gtt.h624 struct i915_page_directory *__alloc_pd(int npde);