search for: hwref

Displaying 2 results from an estimated 2 matches for "hwref".

Did you mean: href
2015 Nov 16
1
[PATCH] fifo/gk104: fix engine status register offset
...be 8 on Kepler and later. Signed-off-by: Vince Hsu <vinceh at nvidia.com> --- drm/nouveau/nvkm/engine/fifo/gk104.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Hi, According to the header[1] the offset for engine status register is 8. [1] https://github.com/kfractal/nouveau/blob/hwref/drm/nouveau/include/nvkm/hwref/gk104/fifo.h Thanks, Vince diff --git a/drm/nouveau/nvkm/engine/fifo/gk104.c b/drm/nouveau/nvkm/engine/fifo/gk104.c index 8d5db6d5a558..4fcd147d43c8 100644 --- a/drm/nouveau/nvkm/engine/fifo/gk104.c +++ b/drm/nouveau/nvkm/engine/fifo/gk104.c @@ -196,7 +196,7 @@ gk10...
2015 Jun 24
2
[RFC] NVIDIA hardware reference headers
...need to fill-in functionality >= NV50/G80 will be made public eventually. We just need to go through the internal steps necessary to make that happen. I started a Nouveau branch of my own to treat as a scratch pad and for keeping track of discussion: https://github.com/kfractal/nouveau/tree/hwref That branch tracks: https://github.com/Gnurou/nouveau/tree/staging I also have: https://github.com/kfractal/nouveau/tree/old-hwref which has some earlier notes and discussion on use-patterns. Once we're happy with the placement and organization of these headers and accessors, I'v...