Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;