Searched refs:nouveau_bo_rd32 (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.h | 90 u32 nouveau_bo_rd32(struct nouveau_bo *, unsigned index); 167 #define NVBO_RD32_(b,o,dr) nouveau_bo_rd32((b), (o)/4 + (dr))
|
D | nv84_fence.c | 109 return nouveau_bo_rd32(priv->bo, nv84_fence_chid(chan) * 16/4); in nv84_fence_read() 164 priv->suspend[i] = nouveau_bo_rd32(priv->bo, i*4); in nv84_fence_suspend()
|
D | nouveau_dma.h | 86 nouveau_bo_rd32(chan->push.buffer, 0); \
|
D | nouveau_dma.c | 90 nouveau_bo_rd32(pb, 0); in nv50_dma_push()
|
D | nouveau_bo.c | 724 nouveau_bo_rd32(struct nouveau_bo *nvbo, unsigned index) in nouveau_bo_rd32() function
|
/linux-6.6.21/drivers/gpu/drm/nouveau/dispnv04/ |
D | crtc.c | 930 pixel = nouveau_bo_rd32(src, i*64 + j); in nv04_cursor_upload() 953 pixel = nouveau_bo_rd32(src, i); in nv11_cursor_upload()
|