OpenBSD cvs log

created 2023-09-29T17:55:55Z
begin 2023-09-25T00:00:00Z
end 2023-09-26T00:00:00Z
path src/sys
commits 14

date 2023-09-25T00:29:31Z
author cheloha
files src/sys/kern/kern_clockintr.c log diff annotate
message ddb(4): clockintr: print cl_arg address when displaying a clockintr

date 2023-09-25T03:03:01Z
author jsg
files src/sys/dev/pci/drm/drm_edid.c log diff annotate
message drm/edid: Add quirk for OSVR HDK 2.0

From Ralph Campbell
766cc11e854eae64d1bb35a3d34d091f5b85afa9 in linux-6.1.y/6.1.55
98d4cb705bc00afd4a9a71cc1e84f7111682639a in mainline linux

date 2023-09-25T03:04:40Z
author jsg
files src/sys/dev/pci/drm/amd/display/dc/dml/dcn32/display_mode_vba_util_32.c log diff annotate
message drm/amd/display: Fix underflow issue on 175hz timing

From Leo Ma
2ec715bf881696b23caa06953c8c9309c2ce5224 in linux-6.1.y/6.1.55
735688eb905db529efea0c78466fccc1461c3fde in mainline linux

date 2023-09-25T03:06:20Z
author jsg
files src/sys/dev/pci/drm/amd/display/dc/dcn32/dcn32_dccg.c log diff annotate
message drm/amd/display: Use DTBCLK as refclk instead of DPREFCLK

From Austin Zheng
506d2ee72af2ffc4173537eb001d7d4d57781ec7 in linux-6.1.y/6.1.55
4a30cc2bd281fa176a68b5305cd3695d636152ad in mainline linux

date 2023-09-25T03:08:12Z
author jsg
files src/sys/dev/pci/drm/amd/display/dc/dml/dcn31/display_mode_vba_31.c log diff annotate
message drm/amd/display: Blocking invalid 420 modes on HDMI TMDS for DCN31

From Leo Chen
2c0f5b6972ebfd6224065fd3c59d04f85a8af795 in linux-6.1.y/6.1.55
026a71babf48efb6b9884a3a66fa31aec9e1ea54 in mainline linux

date 2023-09-25T03:09:43Z
author jsg
files src/sys/dev/pci/drm/amd/display/dc/dml/dcn314/display_mode_vba_314.c log diff annotate
message drm/amd/display: Blocking invalid 420 modes on HDMI TMDS for DCN314

From Leo Chen
a101b1bdd24acf648a55b86d8b429b76e1bd202b in linux-6.1.y/6.1.55
4c6107a653ccf361cb1b6ba35d558a1a5e6e57ac in mainline linux

date 2023-09-25T03:13:45Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_device.c log diff annotate
src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c log diff annotate
message Revert "drm/amd: Disable S/G for APUs when 64GB or more host memory"

From Hamza Mahfooz
216eae7d7dea5fdd854d7decb44fcf3b719548a0 in linux-6.1.y/6.1.55
169ed4ece8373f02f10642eae5240e3d1ef5c038 in mainline linux

date 2023-09-25T03:16:49Z
author jsg
files src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c log diff annotate
message drm/amd/display: fix the white screen issue when >= 64GB DRAM

From Yifan Zhang
4422080e777e3fa740e2920fe4de53cfad7fcef2 in linux-6.1.y/6.1.55
ef064187a9709393a981a56cce1e31880fd97107 in mainline linux

date 2023-09-25T03:19:38Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_cs.c log diff annotate
message drm/amdgpu: fix amdgpu_cs_p1_user_fence

From Christian Koenig
4c6bb91581796d34466d85bc06c9393d27f83101 in linux-6.1.y/6.1.55
35588314e963938dfdcdb792c9170108399377d6 in mainline linux

date 2023-09-25T15:36:35Z
author deraadt
files src/sys/arch/amd64/conf/GENERIC log diff annotate
message enable mbg(4) at pci on amd64, from Maurice Janssen

date 2023-09-25T15:37:36Z
author deraadt
files src/sys/dev/pci/pcidevs log diff annotate
message add Meinberg Funkuhren PZF180PEX; from Maurice Janssen

date 2023-09-25T15:38:11Z
author deraadt
files src/sys/dev/pci/pcidevs.h log diff annotate
src/sys/dev/pci/pcidevs_data.h log diff annotate
message sync

date 2023-09-25T15:38:46Z
author deraadt
files src/sys/dev/pci/mbg.c log diff annotate
message match on Meinberg PZF180PEX; from Maurice Janssen

date 2023-09-25T19:23:34Z
author kettenis
files src/sys/arch/arm64/dev/apldart.c log diff annotate
message Implement support for stream IDs.

ok tobhe@, patrick@