diff options
| author | Patrice Mandin <pmandin@caramail.com> | 2007-03-11 14:02:40 +0100 | 
|---|---|---|
| committer | Patrice Mandin <pmandin@caramail.com> | 2007-03-11 14:02:40 +0100 | 
| commit | 0cd5c650d1bb36e0ba6b40abd1da1459d1a767f0 (patch) | |
| tree | 548271a2f35e53c1f4080edf8293b325729811fd /shared-core/nouveau_fifo.c | |
| parent | 130c39be3cf9a5fd742aa6b00d0383e96bbbd7b7 (diff) | |
nouveau: PUT,GET, not 2xPUT
Diffstat (limited to 'shared-core/nouveau_fifo.c')
| -rw-r--r-- | shared-core/nouveau_fifo.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/shared-core/nouveau_fifo.c b/shared-core/nouveau_fifo.c index 6f75a05b..ebdf7fb6 100644 --- a/shared-core/nouveau_fifo.c +++ b/shared-core/nouveau_fifo.c @@ -171,7 +171,7 @@ int nouveau_fifo_init(drm_device_t *dev)  	NV_WRITE(NV03_PFIFO_CACHE1_PUSH1, 0x00000000);  	/* PUT and GET to 0 */  	NV_WRITE(NV04_PFIFO_CACHE1_DMA_PUT, 0x00000000); -	NV_WRITE(NV04_PFIFO_CACHE1_DMA_PUT, 0x00000000); +	NV_WRITE(NV04_PFIFO_CACHE1_DMA_GET, 0x00000000);  	/* No cmdbuf object */  	NV_WRITE(NV04_PFIFO_CACHE1_DMA_INSTANCE, 0x00000000);  	NV_WRITE(NV03_PFIFO_CACHE0_PUSH0, 0x00000000); | 
