Searched refs:NVDEV_SUBDEV_BAR (Results 1 – 13 of 13) sorted by relevance
/drivers/gpu/drm/nouveau/core/engine/device/ |
D | nv50.c | 77 device->oclass[NVDEV_SUBDEV_BAR ] = &nv50_bar_oclass; in nv50_identify() 103 device->oclass[NVDEV_SUBDEV_BAR ] = &nv50_bar_oclass; in nv50_identify() 132 device->oclass[NVDEV_SUBDEV_BAR ] = &nv50_bar_oclass; in nv50_identify() 161 device->oclass[NVDEV_SUBDEV_BAR ] = &nv50_bar_oclass; in nv50_identify() 190 device->oclass[NVDEV_SUBDEV_BAR ] = &nv50_bar_oclass; in nv50_identify() 219 device->oclass[NVDEV_SUBDEV_BAR ] = &nv50_bar_oclass; in nv50_identify() 248 device->oclass[NVDEV_SUBDEV_BAR ] = &nv50_bar_oclass; in nv50_identify() 277 device->oclass[NVDEV_SUBDEV_BAR ] = &nv50_bar_oclass; in nv50_identify() 306 device->oclass[NVDEV_SUBDEV_BAR ] = &nv50_bar_oclass; in nv50_identify() 335 device->oclass[NVDEV_SUBDEV_BAR ] = &nv50_bar_oclass; in nv50_identify() [all …]
|
D | nvc0.c | 79 device->oclass[NVDEV_SUBDEV_BAR ] = &nvc0_bar_oclass; in nvc0_identify() 112 device->oclass[NVDEV_SUBDEV_BAR ] = &nvc0_bar_oclass; in nvc0_identify() 145 device->oclass[NVDEV_SUBDEV_BAR ] = &nvc0_bar_oclass; in nvc0_identify() 177 device->oclass[NVDEV_SUBDEV_BAR ] = &nvc0_bar_oclass; in nvc0_identify() 210 device->oclass[NVDEV_SUBDEV_BAR ] = &nvc0_bar_oclass; in nvc0_identify() 242 device->oclass[NVDEV_SUBDEV_BAR ] = &nvc0_bar_oclass; in nvc0_identify() 274 device->oclass[NVDEV_SUBDEV_BAR ] = &nvc0_bar_oclass; in nvc0_identify() 307 device->oclass[NVDEV_SUBDEV_BAR ] = &nvc0_bar_oclass; in nvc0_identify() 339 device->oclass[NVDEV_SUBDEV_BAR ] = &nvc0_bar_oclass; in nvc0_identify()
|
D | nve0.c | 79 device->oclass[NVDEV_SUBDEV_BAR ] = &nvc0_bar_oclass; in nve0_identify() 113 device->oclass[NVDEV_SUBDEV_BAR ] = &nvc0_bar_oclass; in nve0_identify() 147 device->oclass[NVDEV_SUBDEV_BAR ] = &nvc0_bar_oclass; in nve0_identify() 175 device->oclass[NVDEV_SUBDEV_BAR ] = &gk20a_bar_oclass; in nve0_identify() 201 device->oclass[NVDEV_SUBDEV_BAR ] = &nvc0_bar_oclass; in nve0_identify() 235 device->oclass[NVDEV_SUBDEV_BAR ] = &nvc0_bar_oclass; in nve0_identify() 269 device->oclass[NVDEV_SUBDEV_BAR ] = &nvc0_bar_oclass; in nve0_identify()
|
D | gm100.c | 79 device->oclass[NVDEV_SUBDEV_BAR ] = &nvc0_bar_oclass; in gm100_identify()
|
D | base.c | 221 [NVDEV_SUBDEV_BAR] = NV_DEVICE_V0_DISABLE_CORE,
|
/drivers/gpu/drm/nouveau/core/include/subdev/ |
D | bar.h | 30 return (void *)nv_device(obj)->subdev[NVDEV_SUBDEV_BAR]; in nouveau_bar()
|
/drivers/gpu/drm/nouveau/core/subdev/bar/ |
D | nv50.c | 148 atomic_inc(&vm->engref[NVDEV_SUBDEV_BAR]); in nv50_bar_ctor() 182 atomic_inc(&vm->engref[NVDEV_SUBDEV_BAR]); in nv50_bar_ctor()
|
D | nvc0.c | 108 atomic_inc(&vm->engref[NVDEV_SUBDEV_BAR]); in nvc0_bar_init_vm()
|
/drivers/gpu/drm/nouveau/core/include/core/ |
D | device.h | 37 NVDEV_SUBDEV_BAR, enumerator
|
/drivers/gpu/drm/nouveau/core/subdev/vm/ |
D | nvc0.c | 174 if (atomic_read(&vm->engref[NVDEV_SUBDEV_BAR])) in nvc0_vm_flush()
|
D | nv50.c | 176 case NVDEV_SUBDEV_BAR : vme = 0x06; break; in nv50_vm_flush()
|
/drivers/gpu/drm/nouveau/core/engine/fifo/ |
D | nvc0.c | 549 { 0x04, "BAR1", NULL, NVDEV_SUBDEV_BAR }, 631 case NVDEV_SUBDEV_BAR: in nvc0_fifo_intr_fault()
|
D | nve0.c | 618 { 0x04, "BAR1", NULL, NVDEV_SUBDEV_BAR }, 746 case NVDEV_SUBDEV_BAR: in nve0_fifo_intr_fault()
|