/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | gk20a.c | 38 gk20a_mmu_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gk20a_mmu_new() argument 41 return nvkm_mmu_new_(&gk20a_mmu, device, type, inst, pmmu); in gk20a_mmu_new()
|
H A D | mcp77.c | 38 mcp77_mmu_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in mcp77_mmu_new() argument 41 return nvkm_mmu_new_(&mcp77_mmu, device, type, inst, pmmu); in mcp77_mmu_new()
|
H A D | nv04.c | 38 nv04_mmu_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in nv04_mmu_new() argument 41 return nvkm_mmu_new_(&nv04_mmu, device, type, inst, pmmu); in nv04_mmu_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/ce/ |
H A D | ga102.c | 41 ga102_ce_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in ga102_ce_new() argument 44 return nvkm_engine_new_(&ga102_ce, device, type, inst, true, pengine); in ga102_ce_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/bar/ |
H A D | gk20a.c | 35 gk20a_bar_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gk20a_bar_new() argument 38 int ret = gf100_bar_new_(&gk20a_bar_func, device, type, inst, pbar); in gk20a_bar_new()
|
H A D | gm20b.c | 35 gm20b_bar_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gm20b_bar_new() argument 38 int ret = gf100_bar_new_(&gm20b_bar_func, device, type, inst, pbar); in gm20b_bar_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fuse/ |
H A D | gm107.c | 39 gm107_fuse_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gm107_fuse_new() argument 42 return nvkm_fuse_new_(&gm107_fuse, device, type, inst, pfuse); in gm107_fuse_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/msvld/ |
H A D | g98.c | 46 g98_msvld_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in g98_msvld_new() argument 49 return nvkm_msvld_new_(&g98_msvld, device, type, inst, pengine); in g98_msvld_new()
|
H A D | gf100.c | 46 gf100_msvld_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gf100_msvld_new() argument 49 return nvkm_msvld_new_(&gf100_msvld, device, type, inst, pengine); in gf100_msvld_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | nv04.c | 47 nv04_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in nv04_fb_new() argument 49 return nvkm_fb_new_(&nv04_fb, device, type, inst, pfb); in nv04_fb_new()
|
H A D | nv1a.c | 39 nv1a_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in nv1a_fb_new() argument 41 return nvkm_fb_new_(&nv1a_fb, device, type, inst, pfb); in nv1a_fb_new()
|
H A D | gm20b.c | 38 gm20b_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in gm20b_fb_new() argument 40 return gf100_fb_new_(&gm20b_fb, device, type, inst, pfb); in gm20b_fb_new()
|
H A D | gm107.c | 40 gm107_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in gm107_fb_new() argument 42 return gf100_fb_new_(&gm107_fb, device, type, inst, pfb); in gm107_fb_new()
|
H A D | gp10b.c | 35 gp10b_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in gp10b_fb_new() argument 37 return gf100_fb_new_(&gp10b_fb, device, type, inst, pfb); in gp10b_fb_new()
|
H A D | nv49.c | 42 nv49_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in nv49_fb_new() argument 44 return nvkm_fb_new_(&nv49_fb, device, type, inst, pfb); in nv49_fb_new()
|
H A D | nv47.c | 42 nv47_fb_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_fb **pfb) in nv47_fb_new() argument 44 return nvkm_fb_new_(&nv47_fb, device, type, inst, pfb); in nv47_fb_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mc/ |
H A D | nv11.c | 46 nv11_mc_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_mc **pmc) in nv11_mc_new() argument 48 return nvkm_mc_new_(&nv11_mc, device, type, inst, pmc); in nv11_mc_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/ |
H A D | ga100.c | 44 enum nvkm_subdev_type type, int inst, struct nvkm_vfn **pvfn) in ga100_vfn_new() 46 return nvkm_vfn_new_(&ga100_vfn, device, type, inst, 0xb80000, pvfn); in ga100_vfn_new() 43 ga100_vfn_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_vfn **pvfn) ga100_vfn_new() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/bsp/ |
H A D | g84.c | 39 g84_bsp_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in g84_bsp_new() argument 42 return nvkm_xtensa_new_(&g84_bsp, device, type, inst, in g84_bsp_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | gt200.c | 46 gt200_gr_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, struct nvkm_gr **pgr) in gt200_gr_new() argument 48 return nv50_gr_new_(>200_gr, device, type, inst, pgr); in gt200_gr_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/mspdec/ |
H A D | g98.c | 46 g98_mspdec_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in g98_mspdec_new() argument 49 return nvkm_mspdec_new_(&g98_mspdec, device, type, inst, pengine); in g98_mspdec_new()
|
H A D | gf100.c | 46 gf100_mspdec_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gf100_mspdec_new() argument 49 return nvkm_mspdec_new_(&gf100_mspdec, device, type, inst, pengine); in gf100_mspdec_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/msppp/ |
H A D | g98.c | 46 g98_msppp_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in g98_msppp_new() argument 49 return nvkm_msppp_new_(&g98_msppp, device, type, inst, pengine); in g98_msppp_new()
|
H A D | gf100.c | 46 gf100_msppp_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gf100_msppp_new() argument 49 return nvkm_msppp_new_(&gf100_msppp, device, type, inst, pengine); in gf100_msppp_new()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/nvenc/ |
H A D | gm107.c | 48 gm107_nvenc_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gm107_nvenc_new() argument 51 return nvkm_nvenc_new_(gm107_nvenc_fwif, device, type, inst, pnvenc); in gm107_nvenc_new()
|