OpenBSD cvs log

created 2025-03-16T05:27:37Z
begin 2025-03-13T00:00:00Z
end 2025-03-14T00:00:00Z
path src/sys
commits 2

date 2025-03-13T10:48:36Z
author jsg
files src/sys/dev/pci/drm/drm_gem_atomic_helper.c log diff annotate
message don't error on explicit fence in drm_gem_plane_helper_prepare_fb()

mglocker@ encountered this. With a screen sometimes staying black when
coming back from screen saver idle.

date 2025-03-13T13:24:04Z
author bluhm
files src/sys/arch/amd64/amd64/bus_dma.c log diff annotate
message Implement busdma(9) bounce buffering for raw memory.

In _bus_dmamap_load_raw() use the same logic for bounce buffers as
in _bus_dmamap_load_buffer(). Then xhci(4) attaches when running
on a KVM hypervisor with AMD SEV enabled.

from hshoexer@