OpenBSD cvs log

created 2022-08-21T02:55:17Z
begin 2022-08-18T00:00:00Z
end 2022-08-19T00:00:00Z
path src/sys
commits 11

date 2022-08-18T00:38:21Z
author jsg
files src/sys/dev/pci/drm/drm_gem.c log diff annotate
message drm/gem: Properly annotate WW context on drm_gem_lock_reservations() error

From Dmitry Osipenko
da2a1aa058acd7eb2cccd9de74df0809cbe4f1f8 in linux 5.15.y/5.15.61
2939deac1fa220bc82b89235f146df1d9b52e876 in mainline linux

date 2022-08-18T00:41:20Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_object.c log diff annotate
message drm/amdgpu: Check BO's requested pinning domains against its preferred_domains

From Leo Li
eb3c69c7c777d9d3c016568cb062ef02197a5a4e in linux 5.15.y/5.15.61
f5ba14043621f4afdf3ad5f92ee2d8dbebbe4340 in mainline linux

date 2022-08-18T00:43:54Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_fb.c log diff annotate
message drm/amdgpu: fix check in fbdev init

From Alex Deucher
27f8f5219fe4658537ba28fd01657e1062ac3960 in linux 5.15.y/5.15.61

date 2022-08-18T00:46:01Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c log diff annotate
message drm/amdgpu: Remove one duplicated ef removal

From xinhui pan
e45491556e2ae96d02eb4ccf18a5cc6ff2d30edc in linux 5.15.y/5.15.61
e1aadbab445b06e072013a1365fd0cf2aa25e843 in mainline linux

date 2022-08-18T00:48:40Z
author jsg
files src/sys/dev/pci/drm/radeon/ni_dpm.c log diff annotate
message drm/radeon: fix potential buffer overflow in ni_set_mc_special_registers()

From Alexey Kodanev
deb603c5928e546609c0d5798e231d0205748943 in linux 5.15.y/5.15.61
136f614931a2bb73616b292cf542da3a18daefd5 in mainline linux

date 2022-08-18T00:55:32Z
author jsg
files src/sys/dev/pci/drm/include/drm/drm_of.h log diff annotate
message add empty drm_of.h for 5.15.61 drm_bridge.c

date 2022-08-18T00:59:23Z
author jsg
files src/sys/dev/pci/drm/drm_bridge.c log diff annotate
src/sys/dev/pci/drm/include/drm/drm_bridge.h log diff annotate
message drm/bridge: Add a function to abstract away panels

From Maxime Ripard
ed486d15084f7429298ca4c577e5647a3fdca934 in linux 5.15.y/5.15.61
87ea95808d53e56b03e620e8f8f3add48899a88d in mainline linux

date 2022-08-18T01:02:22Z
author jsg
files src/sys/dev/pci/drm/drm_dp_mst_topology.c log diff annotate
message drm/dp/mst: Read the extended DPCD capabilities during system resume

From Imre Deak
4a54c13786c5a596b4e072b36e245029e11a565c in linux 5.15.y/5.15.61
7a710a8bc909313951eb9252d8419924c771d7c2 in mainline linux

date 2022-08-18T01:04:54Z
author jsg
files src/sys/dev/pci/drm/drm_bridge.c log diff annotate
message drm/bridge: Move devm_drm_of_get_bridge to bridge/panel.c

From Maxime Ripard
f2725951579701420879c29e87043e77537ac0c6 in linux 5.15.y/5.15.61
d4ae66f10c8b9959dce1766d9a87070e567236eb in mainline linux

date 2022-08-18T06:31:36Z
author miod
files src/sys/arch/loongson/dev/glx.c log diff annotate
src/sys/arch/loongson/dev/glxclk.c log diff annotate
message Move recomputation of hz and stathz from glk to glkclk, lets a kernel with
glkclk disabled keep correct values of those. NFC

date 2022-08-18T13:05:43Z
author jsg
files src/sys/arch/i386/i386/machdep.c log diff annotate
message repair printing of cpu class after machdep.c 1.652
ok daniel@ mlarkin@