forked from Minki/linux
drm/nve0/fb: turn off some bits in 10f584 at init
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
cb54dd2f8e
commit
73216231ca
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user