Searched refs:NVDEV_SUBDEV_BAR (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | nv50.c | 80 device->oclass[NVDEV_SUBDEV_BAR ] = &nv50_bar_oclass; in nv50_identify() 106 device->oclass[NVDEV_SUBDEV_BAR ] = &nv50_bar_oclass; in nv50_identify() 135 device->oclass[NVDEV_SUBDEV_BAR ] = &nv50_bar_oclass; in nv50_identify() 164 device->oclass[NVDEV_SUBDEV_BAR ] = &nv50_bar_oclass; in nv50_identify() 193 device->oclass[NVDEV_SUBDEV_BAR ] = &nv50_bar_oclass; in nv50_identify() 222 device->oclass[NVDEV_SUBDEV_BAR ] = &nv50_bar_oclass; in nv50_identify() 251 device->oclass[NVDEV_SUBDEV_BAR ] = &nv50_bar_oclass; in nv50_identify() 280 device->oclass[NVDEV_SUBDEV_BAR ] = &nv50_bar_oclass; in nv50_identify() 309 device->oclass[NVDEV_SUBDEV_BAR ] = &nv50_bar_oclass; in nv50_identify() 338 device->oclass[NVDEV_SUBDEV_BAR ] = &nv50_bar_oclass; in nv50_identify() [all …]
|
D | gf100.c | 80 device->oclass[NVDEV_SUBDEV_BAR ] = &gf100_bar_oclass; in gf100_identify() 113 device->oclass[NVDEV_SUBDEV_BAR ] = &gf100_bar_oclass; in gf100_identify() 146 device->oclass[NVDEV_SUBDEV_BAR ] = &gf100_bar_oclass; in gf100_identify() 178 device->oclass[NVDEV_SUBDEV_BAR ] = &gf100_bar_oclass; in gf100_identify() 211 device->oclass[NVDEV_SUBDEV_BAR ] = &gf100_bar_oclass; in gf100_identify() 243 device->oclass[NVDEV_SUBDEV_BAR ] = &gf100_bar_oclass; in gf100_identify() 275 device->oclass[NVDEV_SUBDEV_BAR ] = &gf100_bar_oclass; in gf100_identify() 308 device->oclass[NVDEV_SUBDEV_BAR ] = &gf100_bar_oclass; in gf100_identify() 340 device->oclass[NVDEV_SUBDEV_BAR ] = &gf100_bar_oclass; in gf100_identify()
|
D | gk104.c | 80 device->oclass[NVDEV_SUBDEV_BAR ] = &gf100_bar_oclass; in gk104_identify() 114 device->oclass[NVDEV_SUBDEV_BAR ] = &gf100_bar_oclass; in gk104_identify() 148 device->oclass[NVDEV_SUBDEV_BAR ] = &gf100_bar_oclass; in gk104_identify() 176 device->oclass[NVDEV_SUBDEV_BAR ] = &gk20a_bar_oclass; in gk104_identify() 204 device->oclass[NVDEV_SUBDEV_BAR ] = &gf100_bar_oclass; in gk104_identify() 238 device->oclass[NVDEV_SUBDEV_BAR ] = &gf100_bar_oclass; in gk104_identify() 272 device->oclass[NVDEV_SUBDEV_BAR ] = &gf100_bar_oclass; in gk104_identify() 305 device->oclass[NVDEV_SUBDEV_BAR ] = &gf100_bar_oclass; in gk104_identify()
|
D | gm100.c | 80 device->oclass[NVDEV_SUBDEV_BAR ] = &gf100_bar_oclass; in gm100_identify() 124 device->oclass[NVDEV_SUBDEV_BAR ] = &gf100_bar_oclass; in gm100_identify() 165 device->oclass[NVDEV_SUBDEV_BAR ] = &gf100_bar_oclass; in gm100_identify()
|
D | base.c | 224 [NVDEV_SUBDEV_BAR] = NV_DEVICE_V0_DISABLE_CORE,
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | bar.h | 27 return (void *)nvkm_subdev(obj, NVDEV_SUBDEV_BAR); in nvkm_bar()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | devidx.h | 31 NVDEV_SUBDEV_BAR, enumerator
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bar/ |
D | nv50.c | 146 atomic_inc(&vm->engref[NVDEV_SUBDEV_BAR]); in nv50_bar_ctor() 180 atomic_inc(&vm->engref[NVDEV_SUBDEV_BAR]); in nv50_bar_ctor()
|
D | gf100.c | 106 atomic_inc(&vm->engref[NVDEV_SUBDEV_BAR]); in gf100_bar_ctor_vm()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
D | gf100.c | 169 if (atomic_read(&vm->engref[NVDEV_SUBDEV_BAR])) in gf100_vm_flush()
|
D | nv50.c | 175 case NVDEV_SUBDEV_BAR : vme = 0x06; break; in nv50_vm_flush()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | gf100.c | 541 { 0x04, "BAR1", NULL, NVDEV_SUBDEV_BAR }, 623 case NVDEV_SUBDEV_BAR: in gf100_fifo_intr_fault()
|
D | gk104.c | 609 { 0x04, "BAR1", NULL, NVDEV_SUBDEV_BAR }, 737 case NVDEV_SUBDEV_BAR: in gk104_fifo_intr_fault()
|