OpenBSD cvs log

created 2024-03-04T18:21:11Z
begin 2024-02-26T00:00:00Z
end 2024-02-27T00:00:00Z
path src/sys
commits 8

date 2024-02-26T00:00:17Z
author jsg
files src/sys/dev/pci/drm/drm_prime.c log diff annotate
message drm/prime: Support page array >= 4GB

From Philip Yang
4ff8ec01a86568ffa5b8825bfe51c4d0d1379286 in linux-6.6.y/6.6.18
b671cd3d456315f63171a670769356a196cf7fd0 in mainline linux

date 2024-02-26T00:02:20Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/soc21.c log diff annotate
message drm/amdgpu/soc21: update VCN 4 max HEVC encoding resolution

From Thong
b476ae1da1369bc56e090d0a55bbd55bf0d8d409 in linux-6.6.y/6.6.18
2f542421a47e8246e9b7d2c6508fe3a6e6c63078 in mainline linux

date 2024-02-26T00:04:18Z
author jsg
files src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c log diff annotate
message drm/amd/display: Fix MST Null Ptr for RV

From Fangzhi Zuo
7407c61f43b66e90ad127d0cdd13cbc9d87141a5 in linux-6.6.y/6.6.18
e6a7df96facdcf5b1f71eb3ec26f2f9f6ad61e57 in mainline linux

date 2024-02-26T00:06:08Z
author jsg
files src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c log diff annotate
message drm/amd/display: Preserve original aspect ratio in create stream

From Tom Chung
482cda9e50dedda43695fe52410add03cc146a30 in linux-6.6.y/6.6.18
deb110292180cd501f6fde2a0178d65fcbcabb0c in mainline linux

date 2024-02-26T18:00:09Z
author stsp
files src/sys/dev/pci/if_iwx.c log diff annotate
message fix Tx rate selection for management frames in iwx(4)

The Tx rate index stored in ni->ni_txrate is not intended for use
with management frames, yet iwx_tx_fill_cmd() was using it anyway.
Use the minimum basic rate selected within iwx_tx_fill_cmd() instead.

date 2024-02-26T18:54:25Z
author kettenis
files src/sys/dev/fdt/rkclock.c log diff annotate
src/sys/dev/fdt/rkclock_clocks.h log diff annotate
message Add GMAC related RK3588 clocks.

ok jmatthew@

date 2024-02-26T18:57:50Z
author kettenis
files src/sys/dev/fdt/if_dwqe_fdt.c log diff annotate
src/sys/dev/ic/dwqevar.h log diff annotate
message Add RK3588 support. Rework the RK3568 support to take advantage of the
PHY mode enum like the new RK3588 code.

ok jmatthew@

date 2024-02-26T21:41:24Z
author kettenis
files src/sys/dev/fdt/dwpcie.c log diff annotate
message Enable MSIs on RK3588. We have a U-Boot package with device trees that
work now.

ok patrick@