Home
last modified time | relevance | path

Searched refs:gf100_bar_new (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dbar.h28 int gf100_bar_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_bar **);
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dbase.c1340 .bar = { 0x00000001, gf100_bar_new },
1376 .bar = { 0x00000001, gf100_bar_new },
1412 .bar = { 0x00000001, gf100_bar_new },
1448 .bar = { 0x00000001, gf100_bar_new },
1484 .bar = { 0x00000001, gf100_bar_new },
1520 .bar = { 0x00000001, gf100_bar_new },
1556 .bar = { 0x00000001, gf100_bar_new },
1592 .bar = { 0x00000001, gf100_bar_new },
1627 .bar = { 0x00000001, gf100_bar_new },
1663 .bar = { 0x00000001, gf100_bar_new },
[all …]
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
Dgf100.c192 gf100_bar_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gf100_bar_new() function