OpenBSD cvs log

created 2024-02-05T21:17:14Z
begin 2024-02-02T00:00:00Z
end 2024-02-03T00:00:00Z
path src/sys
commits 22

date 2024-02-02T03:03:16Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c log diff annotate
message drm/amdgpu: Fix the null pointer when load rlc firmware

From Ma Jun
8b5bacce2d13dbe648f0bfd3f738ecce8db4978c in linux-6.6.y/6.6.15
bc03c02cc1991a066b23e69bbcc0f66e8f1f7453 in mainline linux

date 2024-02-02T03:05:16Z
author jsg
files src/sys/dev/pci/drm/i915/display/icl_dsi.c log diff annotate
message Revert "drm/i915/dsi: Do display on sequence later on icl+"

From Ville Syrjala
0d87d67f447da783ef3bd9c46e5f6ffe214a0aa1 in linux-6.6.y/6.6.15
6992eb815d087858f8d7e4020529c2fe800456b3 in mainline linux

date 2024-02-02T03:07:10Z
author jsg
files src/sys/dev/pci/drm/drm_plane.c log diff annotate
message drm: Don't unref the same fb many times by mistake due to deadlock handling

From Ville Syrjala
d7afdf360f4ac142832b098b4de974e867cc063c in linux-6.6.y/6.6.15
cb4daf271302d71a6b9a7c01bd0b6d76febd8f0c in mainline linux

date 2024-02-02T03:11:16Z
author jsg
files src/sys/dev/pci/drm/drm_plane.c log diff annotate
src/sys/dev/pci/drm/include/drm/drm_drv.h log diff annotate
src/sys/dev/pci/drm/include/drm/drm_file.h log diff annotate
message drm: Disable the cursor plane on atomic contexts with virtualized drivers

From Zack Rusin
87b3b45ce7b4dd745506f9437b968c5e35b87dda in linux-6.6.y/6.6.15
4e3b70da64a53784683cfcbac2deda5d6e540407 in mainline linux

date 2024-02-02T03:15:11Z
author jsg
files src/sys/dev/pci/drm/drm_damage_helper.c log diff annotate
src/sys/dev/pci/drm/include/drm/drm_plane.h log diff annotate
message drm: Allow drivers to indicate the damage helpers to ignore damage clips

From Javier Martinez Canillas
45aafb5075754bbe6458a6b3e8ad02b408c35211 in linux-6.6.y/6.6.15
35ed38d58257336c1df26b14fd5110b026e2adde in mainline linux

date 2024-02-02T03:21:27Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c log diff annotate
message drm/amdgpu: correct the cu count for gfx v11

From Likun Gao
b788696f9ed01019b10b1a2d7e92b4f8c61434d6 in linux-6.6.y/6.6.15
f4a94dbb6dc0bed10a5fc63718d00f1de45b12c0 in mainline linux

date 2024-02-02T03:23:33Z
author jsg
files src/sys/dev/pci/drm/amd/display/dc/link/protocols/link_edp_panel_control.c log diff annotate
message drm/amd/display: Fix variable deferencing before NULL check in edp_setup_replay()

From Srinivasan Shanmugam
22ae604aea14756954e1c00ae653e34d2afd2935 in linux-6.6.y/6.6.15
7073934f5d73f8b53308963cee36f0d389ea857c in mainline linux

date 2024-02-02T03:25:14Z
author jsg
files src/sys/dev/pci/drm/amd/display/dc/clk_mgr/dcn314/dcn314_clk_mgr.c log diff annotate
message drm/amd/display: Port DENTIST hang and TDR fixes to OTG disable W/A

From Nicholas Kazlauskas
fbc4ee5ca79bcdb8010e7209c0a8d48333b324a2 in linux-6.6.y/6.6.15
4b56f7d47be87cde5f368b67bc7fac53a2c3e8d2 in mainline linux

date 2024-02-02T03:27:33Z
author jsg
files src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c log diff annotate
message drm/amd/display: Align the returned error code with legacy DP

From Wayne Lin
d3af41be094a39e1a1392d1d42cdf3eb90922476 in linux-6.6.y/6.6.15
bfe79f5fff1300d96203383582b078c7b0aec80a in mainline linux

date 2024-02-02T03:30:24Z
author jsg
files src/sys/dev/pci/drm/amd/display/dc/link/link_dpms.c log diff annotate
message drm/amd/display: Fix late derefrence 'dsc' check in 'link_set_dsc_pps_packet()'

From Srinivasan Shanmugam
6aa5ede6665122f4c8abce3c6eba06b49e54d25c in linux-6.6.y/6.6.15
3bb9b1f958c3d986ed90a3ff009f1e77e9553207 in mainline linux

date 2024-02-02T03:32:46Z
author jsg
files src/sys/dev/pci/drm/amd/pm/swsmu/amdgpu_smu.c log diff annotate
src/sys/dev/pci/drm/amd/pm/swsmu/smu11/smu_v11_0.c log diff annotate
src/sys/dev/pci/drm/amd/pm/swsmu/smu13/smu_v13_0.c log diff annotate
message drm/amdgpu/pm: Fix the power source flag error

From Ma Jun
dcda362dc5b4d5aa0df9d1511cb9427df04d2d11 in linux-6.6.y/6.6.15
ca1ffb174f16b699c536734fc12a4162097c49f4 in mainline linux

date 2024-02-02T03:34:24Z
author jsg
files src/sys/dev/pci/drm/amd/display/dc/link/protocols/link_dpcd.c log diff annotate
message drm/amd/display: Fix uninitialized variable usage in core_link_ 'read_dpcd() & write_dpcd()' functions

From Srinivasan Shanmugam
b565f41b9f20ed65d73660ffa6d8e495bc839789 in linux-6.6.y/6.6.15
a58371d632ebab9ea63f10893a6b6731196b6f8d in mainline linux

date 2024-02-02T03:36:29Z
author jsg
files src/sys/dev/pci/drm/i915/display/intel_psr.c log diff annotate
message drm/i915/lnl: Remove watchdog timers for PSR

From Mika Kahola
e017ec3807d40a196dd328ca25b3219e0f97c9cc in linux-6.6.y/6.6.15
a2cd15c2411624a7a97bad60d98d7e0a1e5002a6 in mainline linux

date 2024-02-02T03:38:12Z
author jsg
files src/sys/dev/pci/drm/i915/display/intel_psr.c log diff annotate
message drm/i915/psr: Only allow PSR in LPSP mode on HSW non-ULT

From Ville Syrjala
02cfae7d62783614b433ec93b2ccf9d9fba212ff in linux-6.6.y/6.6.15
f9f031dd21a7ce13a13862fa5281d32e1029c70f in mainline linux

date 2024-02-02T03:39:56Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/gfx_v10_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v10.c log diff annotate
message drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDs

From Alex Deucher
b59ea95e72e051fe53a5c978222d65b80ca2ef96 in linux-6.6.y/6.6.15
03ff6d7238b77e5fb2b85dc5fe01d2db9eb893bd in mainline linux

date 2024-02-02T03:41:53Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/gfx_v11_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdkfd/kfd_mqd_manager_v11.c log diff annotate
message drm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDs

From Alex Deucher
5ff487d180dc25138d2261dda9e3b2d46ef3051a in linux-6.6.y/6.6.15
3380fcad2c906872110d31ddf7aa1fdea57f9df6 in mainline linux

date 2024-02-02T12:01:49Z
author kettenis
files src/sys/dev/fdt/sxiccmu.c log diff annotate
src/sys/dev/fdt/sxiccmu_clocks.h log diff annotate
message Add a few more Allwinner D1 clocks.

ok patrick@

date 2024-02-02T12:02:26Z
author kettenis
files src/sys/dev/fdt/sximmc.c log diff annotate
message Add Allwinner D1 support.

ok jca@, patrick@

date 2024-02-02T12:09:18Z
author kettenis
files src/sys/arch/riscv64/conf/GENERIC log diff annotate
src/sys/arch/riscv64/conf/RAMDISK log diff annotate
message Enable sximmc(4)

date 2024-02-02T15:39:23Z
author bluhm
files src/sys/netinet/in_pcb.c log diff annotate
message In in_pcbrtentry() add missing return of in6_pcbrtentry() value.

Reported-by: [email protected]
OK kn@

date 2024-02-02T15:44:19Z
author stsp
files src/sys/dev/ic/qwx.c log diff annotate
src/sys/dev/ic/qwxreg.h log diff annotate
src/sys/dev/ic/qwxvar.h log diff annotate
message Implement basics of the qwx(4) data frame Rx path.

Port enough ath11k dp_rx code in order to let our net80211 stack
see the initial WPA handshake packet sent by the AP.

date 2024-02-02T21:13:35Z
author kettenis
files src/sys/arch/amd64/pci/pci_machdep.c log diff annotate
message Fix vector number check.

ok kevlo@, patrick@