OpenBSD cvs log

created 2022-02-03T06:56:05Z
begin 2022-01-31T00:00:00Z
end 2022-02-01T00:00:00Z
path src/sys
commits 5

date 2022-01-31T02:21:36Z
author jsg
files src/sys/dev/pci/drm/i915/i915_perf.c log diff annotate
message unstub append_oa_sample()

date 2022-01-31T05:04:23Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_gmc.c log diff annotate
message revert fb size workaround from amdgpu_gmc.c rev 1.3

djm@ confirms the recently committed 5.5.18 change
'drm/amdgpu: Use correct VIEWPORT_DIMENSION for DCN2'
to use the right register for GMC9 DCN2 (RENOIR, GREEN_SARDINE) is
enough on t14 gen 2 amd.

date 2022-01-31T05:09:17Z
author dlg
files src/sys/dev/kstat.c log diff annotate
src/sys/sys/kstat.h log diff annotate
message add kstat_remove so you can tear the struct apart before kstat_destroy

date 2022-01-31T06:00:48Z
author jsg
files src/sys/dev/pci/drm/i915/gem/i915_gem_mman.c log diff annotate
src/sys/dev/pci/drm/include/generated/autoconf.h log diff annotate
message define CONFIG_DRM_I915_USERFAULT_AUTOSUSPEND to reduce diff to linux

date 2022-01-31T08:47:03Z
author jsg
files src/sys/dev/pci/drm/drm_cache.c log diff annotate
message enable the movntdqa version of drm_memcpy_from_wc()
only caller is ttm_move_memcpy()
inteldrm has equivalent bits in i915_memcpy.c