OpenBSD cvs log

created 2024-09-22T06:41:53Z
begin 2024-09-19T00:00:00Z
end 2024-09-20T00:00:00Z
path src/sys
commits 13

date 2024-09-19T01:05:48Z
author jsg
files src/sys/arch/alpha/pci/pci_2100_a50.c log diff annotate
message correct indentation

date 2024-09-19T04:11:20Z
author jsg
files src/sys/dev/pci/drm/drm_panel_orientation_quirks.c log diff annotate
message drm: panel-orientation-quirks: Add quirk for Ayn Loki Zero

From Bouke Sybren Haarsma
7d42d19973cbe1fa30b6f2aad7d06189ec0ef2e8 in linux-6.6.y/6.6.52
b86aa4140f6a8f01f35bfb05af60e01a55b48803 in mainline linux

date 2024-09-19T04:13:21Z
author jsg
files src/sys/dev/pci/drm/drm_panel_orientation_quirks.c log diff annotate
message drm: panel-orientation-quirks: Add quirk for Ayn Loki Max

From Bouke Sybren Haarsma
31b9fc3d0c1078a7ca5982de45a3f29ac2e7d711 in linux-6.6.y/6.6.52
2c71c8459c8ca66bd8f597effaac892ee8448a9f in mainline linux

date 2024-09-19T04:15:37Z
author jsg
files src/sys/dev/pci/drm/amd/display/dc/link/protocols/link_dp_phy.c log diff annotate
message drm/amd/display: Disable error correction if it's not supported

From Cruise
27bbf0b1cac9866666878421d57c15a78867f7cd in linux-6.6.y/6.6.52
a8ac994cf0693a1ce59410995594e56124a1c79f in mainline linux

date 2024-09-19T04:17:11Z
author jsg
files src/sys/dev/pci/drm/amd/display/dc/link/protocols/link_dp_phy.c log diff annotate
message drm/amd/display: Fix FEC_READY write on DP LT

From Ilya Bakoulin
7853c146f8b45107bea25dcc1870c4dc3a042540 in linux-6.6.y/6.6.52
a8baec4623aedf36d50767627f6eae5ebf07c6fb in mainline linux

date 2024-09-19T04:19:44Z
author jsg
files src/sys/dev/pci/drm/drm_syncobj.c log diff annotate
message drm/syncobj: Fix syncobj leak in drm_syncobj_eventfd_ioctl

From T.J. Mercier
8e1ffb257982974352e9153eddcbaf01f949f700 in linux-6.6.y/6.6.52
8c7c44be57672e1474bf15a451011c291e85fda4 in mainline linux

date 2024-09-19T04:21:53Z
author jsg
files src/sys/dev/pci/drm/amd/include/atomfirmware.h log diff annotate
message drm/amdgpu/atomfirmware: Silence UBSAN warning

From Alex Deucher
54268468399e5d1b23e76e43d06ff49ccad5fd4d in linux-6.6.y/6.6.52
17ea4383649fdeaff3181ddcf1ff03350d42e591 in mainline linux

date 2024-09-19T04:24:20Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/jpeg_v1_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/jpeg_v1_0.h log diff annotate
message drm/amd/amdgpu: apply command submission parser for JPEG v1

From David (Ming Qiang) Wu
ff65ae25d3cbcd8737e5971230031f0826a33250 in linux-6.6.y/6.6.52
8409fb50ce48d66cf9dc5391f03f05c56c430605 in mainline linux

date 2024-09-19T04:26:25Z
author jsg
files src/sys/dev/pci/drm/i915/gt/uc/intel_guc_submission.c log diff annotate
message drm/i915/guc: prevent a possible int overflow in wq offsets

From Nikita Zhandarovich
86238603c8f4df09b2a926617511310fd550737c in linux-6.6.y/6.6.52
d3d37f74683e2f16f2635ee265884f7ca69350ae in mainline linux

date 2024-09-19T05:08:10Z
author jsg
files src/sys/dev/pci/drm/i915/display/intel_hdcp.c log diff annotate
message don't warn when returning early in hdcp functions

date 2024-09-19T06:19:05Z
author sf
files src/sys/dev/pci/virtio_pci.c log diff annotate
message virtio_pci: Fix off-by-one in interrupt setup

This was introduced by "virtio: Move interrupt setup into separate
function".

ok jan@

date 2024-09-19T06:23:38Z
author sf
files src/sys/dev/pv/if_vio.c log diff annotate
message vio: allow longer tx chains

When TCP segmentation offload is supported, we may get larger packets
with more dma segments. Allocate more segments in the busdma_map in this
case, so that we need to defragment less often.

ok jan@

date 2024-09-19T09:44:36Z
author jsg
files src/sys/dev/pci/drm/apple/iomfb_template.c log diff annotate
message fixup! drm/apple: Add support for the macOS 13.2 DCP firmware

From Janne Grunau in asahi bits/200-dcp

puts logging of power state changes under DRMDEBUG
ok kettenis@