Searched refs:ramfc (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/nouveau/
H A Dnv50_fifo.c46 if (dev_priv->fifos[i] && dev_priv->fifos[i]->ramfc)
66 inst = chan->ramfc->instance >> 12;
68 inst = chan->ramfc->instance >> 8;
222 struct nouveau_gpuobj *ramfc = NULL; local
234 NVOBJ_FLAG_ZERO_FREE, &ramfc,
235 &chan->ramfc);
248 &chan->ramfc);
251 ramfc = chan->ramfc->gpuobj;
261 nv_wo32(dev, ramfc,
296 struct nouveau_gpuobj_ref *ramfc = chan->ramfc; local
318 struct nouveau_gpuobj *ramfc = chan->ramfc->gpuobj; local
386 struct nouveau_gpuobj *ramfc, *cache; local
[all...]
H A Dnv04_fifo.c41 #define RAMFC_WR(offset, val) nv_wo32(dev, chan->ramfc->gpuobj, \
43 #define RAMFC_RD(offset) nv_ro32(dev, chan->ramfc->gpuobj, \
133 NULL, &chan->ramfc);
164 nouveau_gpuobj_ref_del(dev, &chan->ramfc);
H A Dnv40_fifo.c45 NVOBJ_FLAG_ZERO_FREE, NULL, &chan->ramfc);
80 if (chan->ramfc)
81 nouveau_gpuobj_ref_del(dev, &chan->ramfc);
H A Dnv10_fifo.c51 NVOBJ_FLAG_ZERO_FREE, NULL, &chan->ramfc);
83 nouveau_gpuobj_ref_del(dev, &chan->ramfc);
H A Dnv50_instmem.c155 0x4000, 0, NULL, &chan->ramfc);
316 nouveau_gpuobj_ref_del(dev, &chan->ramfc);
H A Dnouveau_drv.h204 struct nouveau_gpuobj_ref *ramfc; member in struct:nouveau_channel
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnv50_fifo.c46 if (dev_priv->fifos[i] && dev_priv->fifos[i]->ramfc)
66 inst = chan->ramfc->instance >> 12;
68 inst = chan->ramfc->instance >> 8;
222 struct nouveau_gpuobj *ramfc = NULL; local
234 NVOBJ_FLAG_ZERO_FREE, &ramfc,
235 &chan->ramfc);
248 &chan->ramfc);
251 ramfc = chan->ramfc->gpuobj;
261 nv_wo32(dev, ramfc,
296 struct nouveau_gpuobj_ref *ramfc = chan->ramfc; local
318 struct nouveau_gpuobj *ramfc = chan->ramfc->gpuobj; local
386 struct nouveau_gpuobj *ramfc, *cache; local
[all...]
H A Dnv04_fifo.c41 #define RAMFC_WR(offset, val) nv_wo32(dev, chan->ramfc->gpuobj, \
43 #define RAMFC_RD(offset) nv_ro32(dev, chan->ramfc->gpuobj, \
133 NULL, &chan->ramfc);
164 nouveau_gpuobj_ref_del(dev, &chan->ramfc);
H A Dnv40_fifo.c45 NVOBJ_FLAG_ZERO_FREE, NULL, &chan->ramfc);
80 if (chan->ramfc)
81 nouveau_gpuobj_ref_del(dev, &chan->ramfc);
H A Dnv10_fifo.c51 NVOBJ_FLAG_ZERO_FREE, NULL, &chan->ramfc);
83 nouveau_gpuobj_ref_del(dev, &chan->ramfc);
H A Dnv50_instmem.c155 0x4000, 0, NULL, &chan->ramfc);
316 nouveau_gpuobj_ref_del(dev, &chan->ramfc);
H A Dnouveau_drv.h204 struct nouveau_gpuobj_ref *ramfc; member in struct:nouveau_channel

Completed in 87 milliseconds