OpenBSD cvs log

created 2024-10-10T05:49:41Z
begin 2024-10-07T00:00:00Z
end 2024-10-08T00:00:00Z
path src/sys
commits 16

date 2024-10-07T01:31:22Z
author jsg
files src/sys/arch/i386/i386/apm.c log diff annotate
message include proc.h to fix APMDEBUG build

date 2024-10-07T05:02:58Z
author jsg
files src/sys/dev/pci/drm/amd/display/dc/dcn30/dcn30_hwseq.c log diff annotate
message drm/amd/display: Add null check for set_output_gamma in dcn30_set_output_transfer_func

From Srinivasan Shanmugam
ddf9ff244d704e1903533f7be377615ed34b83e7 in linux-6.6.y/6.6.54
08ae395ea22fb3d9b318c8bde28c0dfd2f5fa4d2 in mainline linux

date 2024-10-07T05:12:00Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_atombios_encoders.c log diff annotate
message drm/amdgpu: properly handle vbios fake edid sizing

From Alex Deucher
78b9e10b3bd1bb04c40f9f12b899951a6904772b in linux-6.6.y/6.6.54
8155566a26b8d6c1dd914f06a0c652e4e2f2adf1 in mainline linux

date 2024-10-07T05:14:50Z
author jsg
files src/sys/dev/pci/drm/radeon/radeon_atombios.c log diff annotate
message drm/radeon: properly handle vbios fake edid sizing

From Alex Deucher
de67850b401946dc683103d11d7814ae5611750e in linux-6.6.y/6.6.54
17c6baff3d5f65c8da164137a58742541a060b2f in mainline linux

date 2024-10-07T05:17:14Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgv_sriovmsg.h log diff annotate
message drm/amd/amdgpu: Properly tune the size of struct

From WangYuli
8e7760ed234f55f28dfd68254d08c9d0527dd766 in linux-6.6.y/6.6.54
0cee47cde41e22712c034ae961076067d4ac13a0 in mainline linux

date 2024-10-07T05:20:34Z
author jsg
files src/sys/dev/pci/drm/radeon/evergreen_cs.c log diff annotate
message drm/radeon/evergreen_cs: fix int overflow errors in cs track offsets

From Nikita Zhandarovich
fa94d60546d2ba8c55f3c87483404162f1fbe863 in linux-6.6.y/6.6.54
3fbaf475a5b8361ebee7da18964db809e37518b7 in mainline linux

date 2024-10-07T05:23:13Z
author jsg
files src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c log diff annotate
message drm/amd/display: Fix Synaptics Cascaded Panamera DSC Determination

From Fangzhi Zuo
b5d38f1d4acb3a0aa0763d4d70bec6c9cf51300c in linux-6.6.y/6.6.54
4437936c6b696b98f3fe1d8679a2788c41b4df77 in mainline linux

date 2024-10-07T05:25:26Z
author jsg
files src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dc_dsc.h log diff annotate
src/sys/dev/pci/drm/amd/display/dc/dsc/dc_dsc.c log diff annotate
message drm/amd/display: Add HDMI DSC native YCbCr422 support

From Leo Ma
55fcbe5f60865717479a9d6a8d8d076c8f443759 in linux-6.6.y/6.6.54
07bfa9cdbf3cd2daadfaaba0601f126f45951ffa in mainline linux

date 2024-10-07T05:28:20Z
author jsg
files src/sys/dev/pci/drm/amd/display/modules/freesync/freesync.c log diff annotate
message drm/amd/display: Round calculated vtotal

From Robin Chen
9ce1ee22dc6829175ec2dfd74d78d79eb20e0732 in linux-6.6.y/6.6.54
c03fca619fc687338a3b6511fdbed94096abdf79 in mainline linux

date 2024-10-07T05:30:12Z
author jsg
files src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c log diff annotate
message drm/amd/display: Validate backlight caps are sane

From Mario Limonciello
c886061bbdd1f37190939b11926055413e86a56c in linux-6.6.y/6.6.54
327e62f47eb57ae5ff63de82b0815557104e439a in mainline linux

date 2024-10-07T07:35:40Z
author kevlo
files src/sys/dev/usb/if_axen.c log diff annotate
src/sys/dev/usb/if_axenreg.h log diff annotate
message Add support for AX88772D.

AX88772D is a USB 2.0 device. It is very similar to AX88179A overall.
The most significant difference is that AX88179A supports 1000Mbps speeds
while AX88772D does not.

grammer fix from jmc@

ok miod@

date 2024-10-07T13:26:18Z
author sthen
files src/sys/dev/usb/usbdevs log diff annotate
message add another PixArt mouse, to be used in quirks

date 2024-10-07T13:26:32Z
author sthen
files src/sys/dev/usb/usbdevs.h log diff annotate
src/sys/dev/usb/usbdevs_data.h log diff annotate
message sync

date 2024-10-07T13:27:13Z
author sthen
files src/sys/dev/usb/usb_quirks.c log diff annotate
message add UQ_ALWAYS_OPEN for another PixArt mouse

date 2024-10-07T15:41:46Z
author miod
files src/sys/kern/genassym.sh log diff annotate
message Tweak genassym code generation to force preprocessor conditional directives
to always be put inside functions.

This allows such statements to appear anywhere in assym.cf; without this
change they would require at least one `export' or `define' stanza to occur
first.

Problem noticed by & ok jsg@

date 2024-10-07T20:30:17Z
author dv
files src/sys/arch/amd64/amd64/identcpu.c log diff annotate
src/sys/arch/amd64/amd64/vmm_machdep.c log diff annotate
src/sys/arch/amd64/include/cpu.h log diff annotate
message Remove VMFUNC feature detection and tracking.

vmm(4) doesn't use the VMX VMFUNC instruction.

ok mlarkin@