Searched refs:reassign (Results 1 – 14 of 14) sorted by relevance
/linux-3.4.99/drivers/gpu/drm/nouveau/ |
D | nv04_fifo.c | 68 uint32_t reassign = nv_rd32(dev, NV03_PFIFO_CACHES); in nv04_fifo_reassign() local 71 return (reassign == 1); in nv04_fifo_reassign() 165 pfifo->reassign(dev, false); in nv04_fifo_destroy_context() 177 pfifo->reassign(dev, true); in nv04_fifo_destroy_context() 317 pfifo->reassign(dev, true); in nv04_fifo_init() 396 uint32_t status, reassign; in nv04_fifo_isr() local 399 reassign = nv_rd32(dev, NV03_PFIFO_CACHES) & 1; in nv04_fifo_isr() 533 nv_wr32(dev, NV03_PFIFO_CACHES, reassign); in nv04_fifo_isr()
|
D | nouveau_channel.c | 194 pfifo->reassign(dev, false); in nouveau_channel_alloc() 203 pfifo->reassign(dev, true); in nouveau_channel_alloc() 295 pfifo->reassign(dev, false); in nouveau_channel_put_unlocked() 304 pfifo->reassign(dev, true); in nouveau_channel_put_unlocked()
|
D | nouveau_state.c | 75 engine->fifo.reassign = nv04_fifo_reassign; in nouveau_init_engine_ptrs() 120 engine->fifo.reassign = nv04_fifo_reassign; in nouveau_init_engine_ptrs() 171 engine->fifo.reassign = nv04_fifo_reassign; in nouveau_init_engine_ptrs() 218 engine->fifo.reassign = nv04_fifo_reassign; in nouveau_init_engine_ptrs() 268 engine->fifo.reassign = nv04_fifo_reassign; in nouveau_init_engine_ptrs() 326 engine->fifo.reassign = nv04_fifo_reassign; in nouveau_init_engine_ptrs() 401 engine->fifo.reassign = nvc0_fifo_reassign; in nouveau_init_engine_ptrs() 454 engine->fifo.reassign = nvc0_fifo_reassign; in nouveau_init_engine_ptrs() 505 engine->fifo.reassign = nvc0_fifo_reassign; in nouveau_init_engine_ptrs()
|
D | nv50_fifo.c | 197 dev_priv->engine.fifo.reassign(dev, true); in nv50_fifo_init() 316 pfifo->reassign(dev, false); in nv50_fifo_destroy_context() 335 pfifo->reassign(dev, true); in nv50_fifo_destroy_context()
|
D | nouveau_drv.c | 226 pfifo->reassign(dev, false); in nouveau_pci_suspend() 271 pfifo->reassign(dev, true); in nouveau_pci_suspend()
|
D | nv10_fifo.c | 236 pfifo->reassign(dev, true); in nv10_fifo_init()
|
D | nv40_fifo.c | 297 pfifo->reassign(dev, true); in nv40_fifo_init()
|
D | nv50_graph.c | 281 pfifo->reassign(dev, false); in nv50_graph_context_del() 292 pfifo->reassign(dev, true); in nv50_graph_context_del()
|
D | nouveau_mem.c | 67 pfifo->reassign(dev, false); in nv10_mem_update_tile_region() 79 pfifo->reassign(dev, true); in nv10_mem_update_tile_region()
|
D | nouveau_drv.h | 381 bool (*reassign)(struct drm_device *, bool enable); member
|
/linux-3.4.99/scripts/coccinelle/iterators/ |
D | list_entry_update.cocci | 2 /// the list to the next, so it is usually not a good idea to reassign it.
|
/linux-3.4.99/Documentation/vm/ |
D | numa | 54 physical cell that has no memory attached, and reassign any CPUs attached to
|
/linux-3.4.99/Documentation/scsi/ |
D | ibmmca.txt | 213 delete the whole mapping of the adapter and to reassign the ldns, using 543 from Chris the hint, that the subsystem can reassign ldns dynamically,
|
/linux-3.4.99/Documentation/ |
D | kernel-parameters.txt | 2169 Specifies alignment and device to reassign
|