Skip to content

Commit

Permalink
drm/nouveau/devinit: ensure legacy vga control is enabled during post
Browse files Browse the repository at this point in the history
Fixes ACPI backlight control after suspend on some systems.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
  • Loading branch information
Ben Skeggs committed Jan 13, 2013
1 parent eca1529 commit 4459146
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/nouveau/core/subdev/bios/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4459146

Please sign in to comment.