mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-01 09:13:37 +00:00
drm/nouveau/fifo/nvc0: bash some magic reg to make uevent interrupt work
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
750087f124
commit
a2fa297378
1 changed files with 1 additions and 0 deletions
|
|
@ -706,6 +706,7 @@ nvc0_fifo_init(struct nouveau_object *object)
|
|||
nv_wr32(priv, 0x002a00, 0xffffffff); /* clears PFIFO.INTR bit 30 */
|
||||
nv_wr32(priv, 0x002100, 0xffffffff);
|
||||
nv_wr32(priv, 0x002140, 0x3fffffff);
|
||||
nv_wr32(priv, 0x002628, 0x00000001); /* makes mthd 0x20 work */
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue