Searched refs:nouveau_bo_wr32 (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/ |
D | corec37d.c | 68 nouveau_bo_wr32(bo, offset / 4 + 0, 0x00000000); in corec37d_ntfy_init() 69 nouveau_bo_wr32(bo, offset / 4 + 1, 0x00000000); in corec37d_ntfy_init() 70 nouveau_bo_wr32(bo, offset / 4 + 2, 0x00000000); in corec37d_ntfy_init() 71 nouveau_bo_wr32(bo, offset / 4 + 3, 0x00000000); in corec37d_ntfy_init()
|
D | ovly827e.c | 68 nouveau_bo_wr32(bo, offset / 4 + 0, 0x00000000); in ovly827e_ntfy_reset() 69 nouveau_bo_wr32(bo, offset / 4 + 1, 0x00000000); in ovly827e_ntfy_reset() 70 nouveau_bo_wr32(bo, offset / 4 + 2, 0x00000000); in ovly827e_ntfy_reset() 71 nouveau_bo_wr32(bo, offset / 4 + 3, 0x80000000); in ovly827e_ntfy_reset()
|
D | core507d.c | 61 nouveau_bo_wr32(bo, offset / 4, 0x00000000); in core507d_ntfy_init()
|
D | base507c.c | 140 nouveau_bo_wr32(bo, offset / 4, 0x00000000); in base507c_ntfy_reset()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/ |
D | nv17_fence.c | 111 nouveau_bo_wr32(priv->bo, 0, priv->sequence); in nv17_fence_resume() 148 nouveau_bo_wr32(priv->bo, 0x000, 0x00000000); in nv17_fence_create()
|
D | nouveau_dma.c | 93 nouveau_bo_wr32(pb, ip++, lower_32_bits(offset)); in nv50_dma_push() 94 nouveau_bo_wr32(pb, ip++, upper_32_bits(offset) | length << 8); in nv50_dma_push()
|
D | nv84_fence.c | 100 nouveau_bo_wr32(priv->bo, chan->chid * 16 / 4, fctx->base.sequence); in nv84_fence_context_del() 161 nouveau_bo_wr32(priv->bo, i*4, priv->suspend[i]); in nv84_fence_resume()
|
D | nv50_fence.c | 101 nouveau_bo_wr32(priv->bo, 0x000, 0x00000000); in nv50_fence_create()
|
D | nouveau_bo.h | 88 void nouveau_bo_wr32(struct nouveau_bo *, unsigned index, u32 val);
|
D | nouveau_dma.h | 102 nouveau_bo_wr32(chan->push.buffer, chan->dma.cur++, data); in OUT_RING()
|
D | nouveau_gem.c | 674 nouveau_bo_wr32(nvbo, r->reloc_bo_offset >> 2, data); in nouveau_gem_pushbuf_reloc_apply() 826 nouveau_bo_wr32(nvbo, (push[i].offset + in nouveau_gem_ioctl_pushbuf()
|
D | nouveau_bo.c | 592 nouveau_bo_wr32(struct nouveau_bo *nvbo, unsigned index, u32 val) in nouveau_bo_wr32() function
|
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv04/ |
D | crtc.c | 978 nouveau_bo_wr32(dst, i, pixel); in nv11_cursor_upload()
|