mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-09 06:18:05 +02:00
nouveau: PUT,GET, not 2xPUT
This commit is contained in:
parent
130c39be3c
commit
0cd5c650d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue