Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dbar.h32 int gf100_bar_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_bar **);
/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dbase.c1290 .bar = { 0x00000001, gf100_bar_new },
1325 .bar = { 0x00000001, gf100_bar_new },
1360 .bar = { 0x00000001, gf100_bar_new },
1395 .bar = { 0x00000001, gf100_bar_new },
1430 .bar = { 0x00000001, gf100_bar_new },
1465 .bar = { 0x00000001, gf100_bar_new },
1500 .bar = { 0x00000001, gf100_bar_new },
1535 .bar = { 0x00000001, gf100_bar_new },
1569 .bar = { 0x00000001, gf100_bar_new },
1604 .bar = { 0x00000001, gf100_bar_new },
[all...]
/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