OpenBSD cvs log

created 2020-07-28T20:59:29Z
begin 2020-05-11T00:00:00Z
end 2020-05-12T00:00:00Z
path src/sys
commits 11

date 2020-05-11T04:38:08Z
author jsg
files src/sys/dev/pci/drm/drm_edid.c log diff annotate
message drm/edid: Fix off-by-one in DispID DTD pixel clock

From Ville Syrjala
85b1efa12a7fa209e0e3e254d6ea466c8ec3d083 in linux 4.19.y/4.19.121
6292b8efe32e6be408af364132f09572aed14382 in mainline linux

date 2020-05-11T05:08:10Z
author jsg
files src/sys/dev/pci/drm/amd/powerplay/hwmgr/processpptables.c log diff annotate
message drm/amdgpu: Correctly initialize thermal controller for GPUs with Powerplay table v0 (e.g Hawaii)

From Sandeep Raghuraman
65d5ea5f20f76ecedcc470df45fe0d92146f8e8e in linux 4.19.y/4.19.122
bbc25dadc7ed19f9d6b2e30980f0eb4c741bb8bf in mainline linux

date 2020-05-11T05:11:23Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_pm.c log diff annotate
message drm/amdgpu: Fix oops when pp_funcs is unset in ACPI event

From Aaron Ma
74edc32fda52b684a9af99dd65aa7745a170a18d in linux 4.19.y/4.19.122
5932d260a8d85a103bd6c504fbb85ff58b156bf9 in mainline linux

date 2020-05-11T05:20:35Z
author jsg
files src/sys/dev/pci/drm/drm_ioctl.c log diff annotate
message drm/atomic: Take the atomic toys away from X

From Daniel Vetter
7c9af5cd6a7df58f47eac607cc5ab770d808ba82 in linux 4.19.y/4.19.122
26b1d3b527e7bf3e24b814d617866ac5199ce68d in mainline linux

date 2020-05-11T13:25:31Z
author kettenis
files src/sys/arch/amd64/amd64/machdep.c log diff annotate
src/sys/arch/arm/arm/arm32_machdep.c log diff annotate
message Initialize the timeval passed to todr_gettime() with the base time from
the file system such that implementations can use it to guess the right
century.

ok mpi@

date 2020-05-11T13:25:32Z
author kettenis
files src/sys/arch/arm64/arm64/machdep.c log diff annotate
src/sys/arch/hppa/hppa/machdep.c log diff annotate
src/sys/arch/macppc/macppc/machdep.c log diff annotate
src/sys/arch/mips64/mips64/mips64_machdep.c log diff annotate
src/sys/arch/sparc64/sparc64/machdep.c log diff annotate
message Initialize the timeval passed to todr_gettime() with the base time from
the file system such that implementations can use it to guess the right
century.

ok mpi@

date 2020-05-11T13:27:38Z
author kettenis
files src/sys/arch/sh/sh/clock.c log diff annotate
src/sys/arch/sh/sh/sh_machdep.c log diff annotate
message Use the same inittodr()/resettodr() implementation as on
amd64/arm64/armv7/hppa/i386/macppc/mips64/sparc64 and move it to the end
of sh_machdep.c. Wrap the existing sh_clock.rtc hooks into something
that can be used as a todr_handle.

ok mpi@

date 2020-05-11T16:12:46Z
author kettenis
files src/sys/arch/arm64/stand/efiboot/efiacpi.c log diff annotate
message On ACPI systems, if there is no SPCR table (or if it doesn't provide us
with a usable serial console) switch to the framebuffer console. This
makes the rpi4 do the right thing since the SPCR table is suppressed when
you select "Graphics" as the display.

ok patrick@

date 2020-05-11T16:13:14Z
author kettenis
files src/sys/arch/arm64/stand/efiboot/conf.c log diff annotate
message Should have bumped this to 1.0 a long time ago.

date 2020-05-11T17:57:17Z
author jca
files src/sys/dev/acpi/acpi.c log diff annotate
message More accurate remaining power reporting with disparate batteries

Overall remaining power was computed as the average of the remaining
power of each battery, in percents. This doesn't work with batteries of
different capacity, so use the total capacity and remaining power
instead.

Reported by lidstah, successful tests by lidstah and benno@, ok kettenis@

date 2020-05-11T19:42:53Z
author kettenis
files src/sys/arch/alpha/alpha/clock.c log diff annotate
src/sys/arch/alpha/alpha/machdep.c log diff annotate
message Use the same inittodr()/resettodr() implementation as on
amd64/arm64/armv7/hppa/i386/landisk/macppc/mips64/sparc64 and move it to
the end of machdep.c. Wrap the existing clockfns hooks into something
that can be used as a todr_handle.

ok deraadt@