Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dbase.c1341 .bar = { 0x00000001, gf100_bar_new },
1377 .bar = { 0x00000001, gf100_bar_new },
1413 .bar = { 0x00000001, gf100_bar_new },
1449 .bar = { 0x00000001, gf100_bar_new },
1485 .bar = { 0x00000001, gf100_bar_new },
1521 .bar = { 0x00000001, gf100_bar_new },
1557 .bar = { 0x00000001, gf100_bar_new },
1593 .bar = { 0x00000001, gf100_bar_new },
1628 .bar = { 0x00000001, gf100_bar_new },
1664 .bar = { 0x00000001, gf100_bar_new },
[all …]
/linux-5.19.10/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