OpenBSD cvs log

created 2019-10-20T12:00:13Z
begin 2019-10-13T00:00:00Z
end 2019-10-14T00:00:00Z
path src/sys
commits 7

date 2019-10-13T06:35:25Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_ib.c log diff annotate
message drm/amdgpu: Fix KFD-related kernel oops on Hawaii

From Felix Kuehling
e0af3b19ad77b4a2c53ef05c1c11e2f58462d59c in linux 4.19.y/4.19.79
dcafbd50f2e4d5cc964aae409fb5691b743fba23 in mainline linux

date 2019-10-13T06:37:27Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_kms.c log diff annotate
message drm/amdgpu: Check for valid number of registers to read

From Trek
1c70ae6a91f9a17280476dd8675e4ce60f32eb0b in linux 4.19.y/4.19.79
73d8e6c7b841d9bf298c8928f228fb433676635c in mainline linux

date 2019-10-13T06:38:40Z
author jsg
files src/sys/dev/pci/drm/radeon/radeon_drv.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_kms.c log diff annotate
message drm/radeon: Bail earlier when radeon.cik_/si_support=0 is passed

From Hans de Goede
1b155b4fe8b4b581d70221642be63c9fc6da4f6e in linux 4.19.y/4.19.79
9dbc88d013b79c62bd845cb9e7c0256e660967c5 in mainline linux

date 2019-10-13T10:56:31Z
author kettenis
files src/sys/arch/amd64/amd64/efifb.c log diff annotate
src/sys/dev/acpi/acpithinkpad.c log diff annotate
src/sys/dev/acpi/acpitoshiba.c log diff annotate
src/sys/dev/acpi/acpivout.c log diff annotate
src/sys/dev/pci/vga_pci.c log diff annotate
src/sys/dev/pci/drm/i915/i915_drv.c log diff annotate
src/sys/dev/wscons/wsdisplay.c log diff annotate
src/sys/dev/wscons/wsdisplayvar.h log diff annotate
message Move ws_get_param/ws_set_param into wsdisplay code.

ok deraadt@, jsg@

date 2019-10-13T17:00:54Z
author kettenis
files src/sys/dev/fdt/simplefb.c log diff annotate
message Add display brightness hooks.

ok matthieu@, deraadt@, patrick@

date 2019-10-13T17:21:25Z
author kettenis
files src/sys/dev/fdt/files.fdt log diff annotate
message Fix whitespace issue spotted by Krystian Lewandowski.

date 2019-10-13T19:49:21Z
author fcambus
files src/sys/dev/wscons/wsdisplay.c log diff annotate
message Convert all tsleep(9) calls to tsleep_nsec(9) in wsdisplay(4).

OK ratchov@, visa@