diff options
author | Ben Skeggs <[email protected]> | 2006-11-12 08:38:44 +0000 |
---|---|---|
committer | Ben Skeggs <[email protected]> | 2006-11-12 08:38:44 +0000 |
commit | 2af374716f351421b978050b113e93abae0e2dc8 (patch) | |
tree | 080cb508e981ac9db66794132dffb8954124e805 /src/mesa/drivers/dri/nouveau/nouveau_fifo.h | |
parent | b8e05366e192ab4ebaf69dc8a4a18da4e65cbf80 (diff) |
Some more nouveau_screen.c setup, not sure how correct it is yet though..
Diffstat (limited to 'src/mesa/drivers/dri/nouveau/nouveau_fifo.h')
-rw-r--r-- | src/mesa/drivers/dri/nouveau/nouveau_fifo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/nouveau/nouveau_fifo.h b/src/mesa/drivers/dri/nouveau/nouveau_fifo.h index afe4017d60a..0edb083388f 100644 --- a/src/mesa/drivers/dri/nouveau/nouveau_fifo.h +++ b/src/mesa/drivers/dri/nouveau/nouveau_fifo.h @@ -32,6 +32,8 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. #include "nouveau_context.h" #include "nouveau_ctrlreg.h" +//#define NOUVEAU_RING_DEBUG + #define NV_READ(reg) *(volatile u_int32_t *)(nmesa->mmio + (reg)) #define NV_FIFO_READ(reg) *(volatile u_int32_t *)(nmesa->fifo.mmio + (reg)) |