Home
last modified time | relevance | path

Searched refs:nouveau_bo_wr32 (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/
Dcorec37d.c68 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()
Dovly827e.c68 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()
Dcore507d.c61 nouveau_bo_wr32(bo, offset / 4, 0x00000000); in core507d_ntfy_init()
Dbase507c.c140 nouveau_bo_wr32(bo, offset / 4, 0x00000000); in base507c_ntfy_reset()
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnv17_fence.c111 nouveau_bo_wr32(priv->bo, 0, priv->sequence); in nv17_fence_resume()
148 nouveau_bo_wr32(priv->bo, 0x000, 0x00000000); in nv17_fence_create()
Dnouveau_dma.c93 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()
Dnv84_fence.c100 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()
Dnv50_fence.c101 nouveau_bo_wr32(priv->bo, 0x000, 0x00000000); in nv50_fence_create()
Dnouveau_bo.h88 void nouveau_bo_wr32(struct nouveau_bo *, unsigned index, u32 val);
Dnouveau_dma.h102 nouveau_bo_wr32(chan->push.buffer, chan->dma.cur++, data); in OUT_RING()
Dnouveau_gem.c674 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()
Dnouveau_bo.c592 nouveau_bo_wr32(struct nouveau_bo *nvbo, unsigned index, u32 val) in nouveau_bo_wr32() function
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv04/
Dcrtc.c978 nouveau_bo_wr32(dst, i, pixel); in nv11_cursor_upload()