提交 a2fa2973 编写于 作者: B Ben Skeggs

drm/nouveau/fifo/nvc0: bash some magic reg to make uevent interrupt work

Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 750087f1
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册