Home
last modified time | relevance | path

Searched refs:sg_ctxdma (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnouveau_sgdma.c37 struct nouveau_gpuobj *gpuobj = dev_priv->gart_info.sg_ctxdma; in nv04_sgdma_bind()
63 struct nouveau_gpuobj *gpuobj = dev_priv->gart_info.sg_ctxdma; in nv04_sgdma_unbind()
103 struct nouveau_gpuobj *pgt = dev_priv->gart_info.sg_ctxdma; in nv41_sgdma_bind()
124 struct nouveau_gpuobj *pgt = dev_priv->gart_info.sg_ctxdma; in nv41_sgdma_unbind()
212 struct nouveau_gpuobj *pgt = dev_priv->gart_info.sg_ctxdma; in nv44_sgdma_bind()
252 struct nouveau_gpuobj *pgt = dev_priv->gart_info.sg_ctxdma; in nv44_sgdma_unbind()
388 dev_priv->gart_info.sg_ctxdma = gpuobj; in nouveau_sgdma_init()
408 dev_priv->gart_info.sg_ctxdma = gpuobj; in nouveau_sgdma_init()
423 nouveau_gpuobj_ref(NULL, &dev_priv->gart_info.sg_ctxdma); in nouveau_sgdma_takedown()
437 struct nouveau_gpuobj *gpuobj = dev_priv->gart_info.sg_ctxdma; in nouveau_sgdma_get_physical()
Dnv40_fb.c31 struct nouveau_gpuobj *gart = dev_priv->gart_info.sg_ctxdma; in nv40_fb_init_gart()
47 struct nouveau_gpuobj *gart = dev_priv->gart_info.sg_ctxdma; in nv44_fb_init_gart()
Dnouveau_object.c480 struct nouveau_gpuobj *gart = dev_priv->gart_info.sg_ctxdma; in nouveau_gpuobj_dma_new()
Dnouveau_drv.h790 struct nouveau_gpuobj *sg_ctxdma; member