Searched refs:npde (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
| H A D | image.c | 34 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 D | Kbuild | 18 nvkm-y += nvkm/subdev/bios/npde.o
|
| /linux/drivers/gpu/nova-core/ |
| H A D | vbios.rs | 559 let (npde, _) = NpdeStruct::from_bytes_copy_prefix(data)?; in new() 562 if &npde.signature != b"NPDE" { in new() 566 npde.signature in new() 571 if npde.subimage_len == 0 { in new() 576 Some(npde) in new() 670 npde: Option<NpdeStruct>, field 679 if let Some(ref npde) = self.npde { in image_size_bytes() 680 npde.image_size_bytes() in image_size_bytes() 700 if let Some(ref npde) = self.npde { in is_last() 701 return npde.is_last(); in is_last() [all …]
|
| /linux/drivers/infiniband/hw/bng_re/ |
| H A D | bng_res.c | 133 u32 depth, stride, npbl, npde; in bng_re_alloc_init_hwq() local 170 npde = npbl >> MAX_PDL_LVL_SHIFT; in bng_re_alloc_init_hwq() 172 npde++; in bng_re_alloc_init_hwq() 174 sginfo.pgsize = npde * pg_size; in bng_re_alloc_init_hwq()
|
| /linux/drivers/infiniband/hw/bnxt_re/ |
| H A D | qplib_res.c | 182 u32 depth, stride, npbl, npde; in bnxt_qplib_alloc_init_hwq() local 234 npde = npbl >> MAX_PDL_LVL_SHIFT; in bnxt_qplib_alloc_init_hwq() 236 npde++; in bnxt_qplib_alloc_init_hwq() 238 sginfo.pgsize = npde * ROCE_PG_SIZE_4K; in bnxt_qplib_alloc_init_hwq()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_gtt.h | 638 struct i915_page_directory *__alloc_pd(int npde);
|