提交 299dea4e 编写于 作者: B Ben Skeggs

drm/gk104/fb/ram: fix register for second set of training data

Signed-off-by: NBen Skeggs <bskeggs@redhat.com>
上级 a6a4df96
......@@ -1213,7 +1213,7 @@ nve0_ram_init(struct nouveau_object *object)
for (i = 0; i < 0x100; i++) {
nv_wr32(pfb, 0x10f96c, i);
nv_wr32(pfb, 0x10f900, train1[2 + (i & 1)]);
nv_wr32(pfb, 0x10f904, train1[2 + (i & 1)]);
}
break;
default:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册