Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dbar.h28 int gf100_bar_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_bar **);
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A 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 …]
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
H A Dgf100.c192 gf100_bar_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gf100_bar_new() function