mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-09 09:48:05 +02:00
nouveau: Survive PFIFO_CACHE_ERROR.
This commit is contained in:
parent
6398325ba1
commit
3af053779c
1 changed files with 3 additions and 0 deletions
|
|
@ -92,6 +92,9 @@ static void nouveau_fifo_irq_handler(struct drm_device *dev)
|
|||
"Ch %d/%d Mthd 0x%04x Data 0x%08x\n",
|
||||
chid, (mthd >> 13) & 7, mthd & 0x1ffc, data);
|
||||
|
||||
NV_WRITE(NV03_PFIFO_CACHE1_GET, get + 4);
|
||||
NV_WRITE(NV04_PFIFO_CACHE1_PULL0, 1);
|
||||
|
||||
status &= ~NV_PFIFO_INTR_CACHE_ERROR;
|
||||
NV_WRITE(NV03_PFIFO_INTR_0, NV_PFIFO_INTR_CACHE_ERROR);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue