Commit 73216231 authored by Ben Skeggs's avatar Ben Skeggs

drm/nve0/fb: turn off some bits in 10f584 at init

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent cb54dd2f
......@@ -1178,6 +1178,7 @@ nve0_ram_init(struct nouveau_object *object)
data += 4;
}
nv_wr32(pfb, 0x10f65c, save);
nv_mask(pfb, 0x10f584, 0x11000000, 0x00000000);
switch (ram->base.type) {
case NV_MEM_TYPE_GDDR5:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment