Searched refs:npde (Results 1 – 5 of 5) sorted by relevance
| /drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
| 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()
|
| A D | Kbuild | 18 nvkm-y += nvkm/subdev/bios/npde.o
|
| /drivers/gpu/nova-core/ |
| A D | vbios.rs | 649 if let Some(ref npde) = base.npde { in is_last() 650 return npde.is_last(); in is_last() 662 if let Some(ref npde) = base.npde { in image_size_bytes() 663 return npde.image_size_bytes(); in image_size_bytes() 765 npde: Option<NpdeStruct>, field 809 let npde = NpdeStruct::find_in_data(pdev, data, &rom_header, &pcir); in new() 818 npde, in new()
|
| /drivers/infiniband/hw/bnxt_re/ |
| A D | qplib_res.c | 188 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()
|
| /drivers/gpu/drm/i915/gt/ |
| A D | intel_gtt.h | 638 struct i915_page_directory *__alloc_pd(int npde);
|
Completed in 13 milliseconds