OpenBSD cvs log

created 2021-09-13T16:30:26Z
begin 2021-09-09T00:00:00Z
end 2021-09-10T00:00:00Z
path src/sys
commits 10

date 2021-09-09T02:23:14Z
author jcs
files src/sys/dev/pci/drm/i915/display/intel_csr.c log diff annotate
src/sys/dev/pci/drm/i915/gt/uc/intel_uc_fw.c log diff annotate
message Don't print references to Intel's website for downloading firmware
when loading fails, it will just confuse people

ok jsg

date 2021-09-09T04:01:05Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_device.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_gfx.c log diff annotate
message drm/amdgpu: Cancel delayed work when GFXOFF is disabled

From Michel Daenzer
da3067eadcc156b742657c0694beae0a7c49d157 in linux 5.10.y/5.10.62
32bc8f8373d2d6a681c96e4b25dca60d4d1c6016 in mainline linux

date 2021-09-09T04:02:53Z
author jsg
files src/sys/dev/pci/drm/i915/gt/intel_timeline.c log diff annotate
message drm/i915: Fix syncmap memory leak

From Matthew Brost
257ea8a5edc04d5199db83137fbaa24e1de98e9e in linux 5.10.y/5.10.62
a63bcf08f0efb5348105bb8e0e1e8c6671077753 in mainline linux

date 2021-09-09T04:04:45Z
author jsg
files src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c log diff annotate
message Revert "drm/amd/pm: fix workload mismatch on vega10"

From Kenneth Feng
3c37ec4350220a548ffc6753646913899e86b1c7 in linux 5.10.y/5.10.62
2fd31689f9e44af949f60ff4f8aca013e628ab81 in mainline linux

date 2021-09-09T04:06:55Z
author jsg
files src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c log diff annotate
message drm/amd/pm: change the workload type for some cards

From Kenneth Feng
b00ca567579a4c2f9a4cd6f9a63946f793e8b506 in linux 5.10.y/5.10.62
93c5701b00d50d192ce2247cb10d6c0b3fe25cd8 in mainline linux

date 2021-09-09T04:09:41Z
author jsg
files src/sys/dev/pci/drm/drm_ioc32.c log diff annotate
message drm: Copy drm_wait_vblank to user before returning

From Mark Yacoub
6fd6e20520ccd05a1ac3321404dd498cc28576cb in linux 5.10.y/5.10.62
fa0b1ef5f7a694f48e00804a391245f3471aa155 in mainline linux

date 2021-09-09T13:02:36Z
author claudio
files src/sys/kern/kern_unveil.c log diff annotate
message No need to initialize nuv, it is assigned to before use.

date 2021-09-09T18:23:31Z
author mpi
files src/sys/kern/kern_synch.c log diff annotate
message Move a check to avoid panicing on contended rwlock(9) outside of DIAGNOSTIC.

ok kettenis@

date 2021-09-09T18:41:39Z
author mpi
files src/sys/kern/kern_sched.c log diff annotate
src/sys/kern/kern_synch.c log diff annotate
src/sys/kern/sched_bsd.c log diff annotate
message Add THREAD_PID_OFFSET to tracepoint arguments that pass a TID to userland.

Bring these values in sync with the `tid' builtin which already include
the offset. This is necessary to build script comparing them, like:

tracepoint:sched:enqueue
{
@ts[arg0] = nsecs;
}

tracepoint:sched:on__cpu
/@ts[tid]/
{
latency = nsecs - @ts[tid];
}

Discussed with and ok bluhm@

date 2021-09-09T22:46:03Z
author kettenis
files src/sys/arch/arm64/dev/aplpcie.c log diff annotate
message Adjust for DT binding changes. Add some temporary backwards compatibility
code to help making the transition. This will be removed in a few weeks.