OpenBSD cvs log

created 2022-07-09T17:04:22Z
begin 2022-07-05T00:00:00Z
end 2022-07-06T00:00:00Z
path src/sys
commits 3

date 2022-07-05T02:47:05Z
author jsg
files src/sys/dev/pci/drm/i915/display/intel_bios.c log diff annotate
message workaround link training problems on s3 resume with alder lake

The firmware from multiple lenovo alder lake machines claim there are
two eDP ports in the video bios table (VBT).

Which results in link training problems on resume from S3 with the
screen continually turning on and off. Forcing port B to not be
recognised as eDP works around this. I believe port A is the normal eDP
port.

https://gitlab.freedesktop.org/drm/intel/-/issues/5531
https://gitlab.freedesktop.org/drm/intel/-/issues/4950

date 2022-07-05T09:33:39Z
author tb
files src/sys/dev/acpi/acpivar.h log diff annotate
message Missing header change that should have gone with xhci_acpi.c r1.8

from kettenis via patrick

date 2022-07-05T15:06:16Z
author visa
files src/sys/dev/wscons/wsdisplay.c log diff annotate
src/sys/kern/kern_sysctl.c log diff annotate
src/sys/kern/sys_generic.c log diff annotate
src/sys/net/bpf.c log diff annotate
src/sys/sys/proc.h log diff annotate
src/sys/sys/selinfo.h log diff annotate
src/sys/sys/systm.h log diff annotate
message Remove old poll/select wakeup mechanism.

Also remove unneeded seltrue() and selfalse().

OK mpi@ jsg@