Searched refs:nouveau_bo_wr32 (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/nouveau/ |
D | nv17_fence.c | 114 nouveau_bo_wr32(priv->bo, 0, priv->sequence); in nv17_fence_resume() 152 nouveau_bo_wr32(priv->bo, 0x000, 0x00000000); in nv17_fence_create()
|
D | nouveau_dma.c | 80 nouveau_bo_wr32(pb, ip++, lower_32_bits(offset)); in nv50_dma_push() 81 nouveau_bo_wr32(pb, ip++, upper_32_bits(offset) | length << 8); in nv50_dma_push()
|
D | nouveau_bo.h | 89 void nouveau_bo_wr32(struct nouveau_bo *, unsigned index, u32 val); 164 #define NVBO_WR32_(b,o,dr,f) nouveau_bo_wr32((b), (o)/4 + (dr), (f))
|
D | nv84_fence.c | 112 nouveau_bo_wr32(priv->bo, chan->chid * 16 / 4, fctx->base.sequence); in nv84_fence_context_del() 172 nouveau_bo_wr32(priv->bo, i*4, priv->suspend[i]); in nv84_fence_resume()
|
D | nouveau_dma.h | 74 nouveau_bo_wr32(chan->push.buffer, chan->dma.cur++, data); in OUT_RING()
|
D | nv50_fence.c | 103 nouveau_bo_wr32(priv->bo, 0x000, 0x00000000); in nv50_fence_create()
|
D | nouveau_gem.c | 712 nouveau_bo_wr32(nvbo, r->reloc_bo_offset >> 2, data); in nouveau_gem_pushbuf_reloc_apply() 881 nouveau_bo_wr32(nvbo, (push[i].offset + in nouveau_gem_ioctl_pushbuf()
|
D | nouveau_bo.c | 685 nouveau_bo_wr32(struct nouveau_bo *nvbo, unsigned index, u32 val) in nouveau_bo_wr32() function
|
/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv04/ |
D | crtc.c | 984 nouveau_bo_wr32(dst, i, pixel); in nv11_cursor_upload()
|