Searched refs:tu102_bar_new (Results 1 – 3 of 3) sorted by relevance
/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | bar.h | 32 int tu102_bar_new(struct nvkm_device *, enum nvkm_subdev_type, int inst, struct nvkm_bar **);
|
/drivers/gpu/drm/nouveau/nvkm/subdev/bar/ |
D | tu102.c | 95 tu102_bar_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in tu102_bar_new() function
|
/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | base.c | 2403 .bar = { 0x00000001, tu102_bar_new }, 2437 .bar = { 0x00000001, tu102_bar_new }, 2471 .bar = { 0x00000001, tu102_bar_new }, 2505 .bar = { 0x00000001, tu102_bar_new }, 2539 .bar = { 0x00000001, tu102_bar_new }, 2572 .bar = { 0x00000001, tu102_bar_new }, 2590 .bar = { 0x00000001, tu102_bar_new }, 2611 .bar = { 0x00000001, tu102_bar_new }, 2632 .bar = { 0x00000001, tu102_bar_new }, 2653 .bar = { 0x00000001, tu102_bar_new }, [all …]
|