Skip to content
Snippets Groups Projects
Commit 4459146d authored by Ben Skeggs's avatar Ben Skeggs
Browse files

drm/nouveau/devinit: ensure legacy vga control is enabled during post


Fixes ACPI backlight control after suspend on some systems.

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent eca15296
No related merge requests found
......@@ -1534,7 +1534,6 @@ init_io(struct nvbios_init *init)
mdelay(10);
init_wr32(init, 0x614100, 0x10000018);
init_wr32(init, 0x614900, 0x10000018);
return;
}
value = init_rdport(init, port) & mask;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment