Searched refs:nouveau_bo_wr32 (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nv17_fence.c | 110 nouveau_bo_wr32(priv->bo, 0, priv->sequence); in nv17_fence_resume() 149 nouveau_bo_wr32(priv->bo, 0x000, 0x00000000); in nv17_fence_create()
|
D | nouveau_dma.c | 97 nouveau_bo_wr32(pb, ip++, lower_32_bits(offset)); in nv50_dma_push() 98 nouveau_bo_wr32(pb, ip++, upper_32_bits(offset) | length << 8); in nv50_dma_push()
|
D | nouveau_bo.h | 83 void nouveau_bo_wr32(struct nouveau_bo *, unsigned index, u32 val);
|
D | nv84_fence.c | 123 nouveau_bo_wr32(priv->bo, chan->chid * 16 / 4, fctx->base.sequence); in nv84_fence_context_del() 191 nouveau_bo_wr32(priv->bo, i*4, priv->suspend[i]); in nv84_fence_resume()
|
D | nv50_fence.c | 120 nouveau_bo_wr32(priv->bo, 0x000, 0x00000000); in nv50_fence_create()
|
D | nouveau_dma.h | 104 nouveau_bo_wr32(chan->push.buffer, chan->dma.cur++, data); in OUT_RING()
|
D | nouveau_gem.c | 661 nouveau_bo_wr32(nvbo, r->reloc_bo_offset >> 2, data); in nouveau_gem_pushbuf_reloc_apply() 813 nouveau_bo_wr32(nvbo, (push[i].offset + in nouveau_gem_ioctl_pushbuf()
|
D | nv50_display.c | 476 nouveau_bo_wr32(disp->sync, EVO_MAST_NTFY, 0x00000000); in evo_sync() 2433 nouveau_bo_wr32(disp->sync, sync->addr / 4, sync->data); in nv50_display_init()
|
D | nouveau_bo.c | 565 nouveau_bo_wr32(struct nouveau_bo *nvbo, unsigned index, u32 val) in nouveau_bo_wr32() function
|
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/ |
D | crtc.c | 982 nouveau_bo_wr32(dst, i, pixel); in nv11_cursor_upload()
|