created | 2023-03-19T10:43:00Z |
---|---|
begin | 2023-03-15T00:00:00Z |
end | 2023-03-16T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2023-03-15T08:20:52Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/amd64/amd64/bios.c | log | diff | annotate |
src/sys/arch/i386/i386/bios.c | log | diff | annotate | |
message | store bios version, needed for amdgpu Steam Deck quirk |
date | 2023-03-15T08:24:56Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/drm_linux.c | log | diff | annotate |
message | handle dmi_get_system_info(DMI_BIOS_VERSION) |
date | 2023-03-15T08:36:33Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/amd/amdgpu/amdgpu_vcn.c | log | diff | annotate |
message |
drm/amdgpu/vcn: Disable indirect SRAM on Vangogh broken BIOSes From Guilherme G. Piccoli in amd-staging-drm-next https://gitlab.freedesktop.org/drm/amd/-/issues/2385 This fixes amdgpu failing to init on Steam Deck after the drm 6.1 update: [drm] failed to load ucode VCN0_RAM(0x3A) [drm] psp gfx command LOAD_IP_FW(0x6) failed and response status is (0xFFFF0000) [drm] *ERROR* ring vcn_dec_0 test failed (-60) [drm] *ERROR* hw_init of IP block <vcn_v3_0> failed -60 drm:pid0:amdgpu_device_init *ERROR* amdgpu_device_ip_init failed drm:pid0:amdgpu_attachhook *ERROR* Fatal error during GPU init reported and tested by bentley@ on: bios0: vendor Valve version "F7A0113" date 11/04/2022 bios0: Valve Jupiter |
date | 2023-03-15T13:01:40Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/acpi/acpi.c | log | diff | annotate |
message |
Add missing nameref resolving for the _DEP() package elements that indicate dependencies between ACPI devices. ok dlg@, deraadt@ |
date | 2023-03-15T22:47:35Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/ic/bwfm.c | log | diff | annotate |
message |
make WEP encryption work on bwfm(4) based on an initial diff by jsg@ brokenness pointed out by kn@ ok jsg@ |