Searched refs:gf100_bar_new (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | bar.h | 32 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 D | base.c | 1290 .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 D | gf100.c | 192 gf100_bar_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gf100_bar_new() function
|