mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-08 05:48:04 +02:00
nouveau: fix bad rename from 5a072f32c8
This commit is contained in:
parent
514c05cebe
commit
591f6bcba3
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ int nouveau_fifo_init(struct drm_device *dev)
|
|||
/* No cmdbuf object */
|
||||
NV_WRITE(NV04_PFIFO_CACHE1_DMA_INSTANCE, 0x00000000);
|
||||
NV_WRITE(NV03_PFIFO_CACHE0_PUSH0, 0x00000000);
|
||||
NV_WRITE(NV03_PFIFO_CACHE0_PULL0, 0x00000000);
|
||||
NV_WRITE(NV04_PFIFO_CACHE0_PULL0, 0x00000000);
|
||||
NV_WRITE(NV04_PFIFO_SIZE, 0x0000FFFF);
|
||||
NV_WRITE(NV04_PFIFO_CACHE1_HASH, 0x0000FFFF);
|
||||
NV_WRITE(NV04_PFIFO_CACHE0_PULL1, 0x00000001);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue