OpenBSD cvs log

created 2022-09-11T03:12:44Z
begin 2022-09-09T00:00:00Z
end 2022-09-10T00:00:00Z
path src/sys
commits 10

date 2022-09-09T04:29:11Z
author jsg
files src/sys/dev/pci/drm/files.drm log diff annotate
src/sys/dev/pci/drm/i915/display/g4x_dp.c log diff annotate
src/sys/dev/pci/drm/i915/display/icl_dsi.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_backlight.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_backlight.h log diff annotate
src/sys/dev/pci/drm/i915/display/intel_connector.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_ddi.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_dp.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_dp_aux_backlight.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_lvds.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_opregion.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_panel.c log diff annotate
src/sys/dev/pci/drm/i915/display/intel_panel.h log diff annotate
src/sys/dev/pci/drm/i915/display/vlv_dsi.c log diff annotate
message drm/i915/backlight: extract backlight code to a separate file

From Jani Nikula
630ab29120b5dd1c543150da5e1aa304a5aece2e in linux 5.15.y/5.15.66
6cc42fbeb150ff33b17cbf108713ca4be23994d8 in mainline linux

date 2022-09-09T04:32:55Z
author jsg
files src/sys/dev/pci/drm/include/linux/backlight.h log diff annotate
message add backlight_device_get_by_name() used by 5.15.66 drm

date 2022-09-09T04:36:03Z
author jsg
files src/sys/dev/pci/drm/i915/display/intel_backlight.c log diff annotate
message drm/i915/display: avoid warnings when registering dual panel backlight

From Arun R Murthy
7828b5d0080a4621973ab5c680c4df0bc6d96437 in linux 5.15.y/5.15.66
868e8e5156a1f8d92ca83fdbac6fd52798650792 in mainline linux

date 2022-09-09T04:37:43Z
author jsg
files src/sys/dev/pci/drm/i915/gvt/handlers.c log diff annotate
message drm/i915/reg: Fix spelling mistake "Unsupport" -> "Unsupported"

From Colin Ian King
0522550aeed4ec899d16e237be0ae67f8aa1319b in linux 5.15.y/5.15.66
233f56745be446b289edac2ba8184c09365c005e in mainline linux

date 2022-09-09T04:40:13Z
author jsg
files src/sys/dev/pci/drm/i915/display/intel_quirks.c log diff annotate
message drm/i915/glk: ECS Liva Q2 needs GLK HDMI port timing quirk

From Diego Santa Cruz
f9a0f49be767a45aa1dc7d846a2745bb7849268a in linux 5.15.y/5.15.66
919bef7a106ade2bda73681bbc2f3678198f44fc in mainline linux

date 2022-09-09T04:42:06Z
author jsg
files src/sys/dev/pci/drm/i915/intel_pm.c log diff annotate
message drm/i915: Skip wm/ddb readout for disabled pipes

From Ville Syrjala
1787ec7dcc3761e040d0cd9896d3a40b4efac4cf in linux 5.15.y/5.15.66
0211c2a0ea600e25db3044daaeff4fe41c3ed6d9 in mainline linux

date 2022-09-09T08:30:32Z
author kettenis
files src/sys/dev/acpi/xhci_acpi.c log diff annotate
message The DSDT on the snapdragon 7c based Acer Aspire 1 (A114-61) uses a bogus
compatible ID. Add its hardware ID to the list to work around this.

ok patrick@, mlarkin@, mglocker@

date 2022-09-09T12:05:52Z
author kn
files src/sys/netinet6/nd6.c log diff annotate
message Clarify/typofix comments

OpenBSD is not FreeBSD and has no stf(4) interface.

No object change.

date 2022-09-09T18:15:30Z
author kettenis
files src/sys/arch/arm64/arm64/cpu.c log diff annotate
message Recognize Qualcomm Krys 400 series cores.

ok jsg@

date 2022-09-09T21:16:54Z
author mglocker
files src/sys/dev/usb/dwc2/dwc2.c log diff annotate
src/sys/dev/usb/dwc2/dwc2_hcd.c log diff annotate
src/sys/dev/usb/dwc2/dwc2_hcdqueue.c log diff annotate
message Let pool_get(9) do the memory initialisation directly.

ok kettenis@