OpenBSD cvs log

created 2019-07-09T07:39:41Z
begin 2019-07-04T00:00:00Z
end 2019-07-05T00:00:00Z
path src/sys
commits 26

date 2019-07-04T01:53:23Z
author jsg
files src/sys/dev/pci/drm/drm_vblank.c log diff annotate
src/sys/dev/pci/drm/i915/intel_engine_cs.c log diff annotate
src/sys/dev/pci/drm/include/linux/seqlock.h log diff annotate
message Make seqlock_init() take an IPL argument so the engine stats lock which
uses write_seqlock_irqsave() will be backed by a mutex with IPL_TTY.

date 2019-07-04T03:03:59Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_device.c log diff annotate
message drm/amdgpu: add picasso to asic_type enum

From Likun Gao
be9699e3923000ea32c2f4522e1e4de333d21d47 in mainline linux

date 2019-07-04T03:04:00Z
author jsg
files src/sys/dev/pci/drm/include/drm/amd_asic_type.h log diff annotate
message drm/amdgpu: add picasso to asic_type enum

From Likun Gao
be9699e3923000ea32c2f4522e1e4de333d21d47 in mainline linux

date 2019-07-04T03:06:01Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_device.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/soc15.c log diff annotate
message drm/amdgpu: add soc15 support for picasso

From Likun Gao
ad5a67a7ea87e625721a5d0c4e9f12100372f1f6 in mainline linux

date 2019-07-04T03:07:46Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_vm.c log diff annotate
message drm/amdgpu: add picasso support for vm

From Likun Gao
5f4e2085eeab8c6386452bc18f4f680d1ea3b9d2 in mainline linux

date 2019-07-04T03:09:49Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_device.c log diff annotate
src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c log diff annotate
message drm/amd/display/dm: add picasso support

From Likun Gao
b22ab73314c0dfa91ac1948812c7e8050240c563 in mainline linux

date 2019-07-04T03:11:40Z
author jsg
files src/sys/dev/pci/drm/amd/powerplay/hwmgr/hwmgr.c log diff annotate
src/sys/dev/pci/drm/amd/powerplay/hwmgr/processpptables.c log diff annotate
message drm/amdgpu: Add support of powerplay for picasso

From Likun Gao
186b073decbf7573971b1786ffeb2fe776d0d9e7 in mainline linux

date 2019-07-04T03:13:49Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_psp.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/psp_v10_0.c log diff annotate
message drm/amdgpu: initilize picasso psp firmwares support

From Likun Gao
227f3dc5f615eb31e007f5db4da7297c66a36e24 in mainline linux

date 2019-07-04T03:15:38Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_ucode.c log diff annotate
message drm/amdgpu: add picasso ucode loading method

From Likun Gao
669018bdcd858def1c43d130b4cc29409ed8c036 in mainline linux

date 2019-07-04T03:17:35Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_vcn.c log diff annotate
message drm/amdgpu: add picasso support for vcn

From Likun Gao
86771d9a58fa8f6b2b871f72c6beaf269f309718 in mainline linux

date 2019-07-04T03:19:54Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/mmhub_v1_0.c log diff annotate
message drm/amdgpu: add clockgating support for picasso

From Likun Gao
79f3641cc03881ba98aa549a149b34c838b7d7fb in mainline linux

date 2019-07-04T03:21:39Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/gmc_v9_0.c log diff annotate
message drm/amdgpu: add picasso support for gmc

From Likun Gao
e21f561ad52a6c909c64d2856a3ad03a4042a5df in mainline linux

date 2019-07-04T03:23:30Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c log diff annotate
message drm/amdgpu: add picasso support for gfx_v9_0

From Likun Gao
501a580ae6a4087ed7c8e4fdcf3de7a5ca56bdd1 in mainline linux

date 2019-07-04T03:25:21Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/sdma_v4_0.c log diff annotate
message drm/amdgpu: add picasso support for sdma_v4

From Likun Gao
84ad2e1bd6e6fededa7ed389d0a171d0822abaac in mainline linux

date 2019-07-04T03:27:04Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_kms.c log diff annotate
message drm/amdgpu: add picasso for amdgpu kms

From Likun Gao
b95874cfa83e9096b7654cd79e35157c918005f5 in mainline linux

date 2019-07-04T03:28:41Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/soc15.c log diff annotate
message drm/amdgpu: Add pg support for gfxoff for PCO

From Kenneth Feng
8c7bf5834a334dad9a1c3a2ddc93e26bdeeadd57 in mainline linux

date 2019-07-04T03:30:42Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/soc15.c log diff annotate
message drm/amdgpu: Enable SDMA power gating for PCO

From Kenneth Feng
a4494fda32adb4e8d7441f680219b6e99ffbf6e7 in mainline linux

date 2019-07-04T03:33:07Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/soc15.c log diff annotate
message drm/amdgpu: enable vcn powergating for PCO

From Kenneth Feng
1a84d967c180d421a9182a227fc1fee3701cc7d6 in mainline linux

date 2019-07-04T03:34:37Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/soc15.c log diff annotate
message drm/amdgpu: add ip blocks for picasso (v2)

From Huang Rui
40c2358b1102b65d2c173a43083894af630f0e60 in mainline linux

date 2019-07-04T03:36:14Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_drv.c log diff annotate
message drm/amdgpu: add new raven series device

From Huang Rui
367b013ce0064c782cec784233805eeb67417747 in mainline linux

date 2019-07-04T03:37:47Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/soc15.c log diff annotate
message drm/amdgpu/soc15: clean up picasso support

From Alex Deucher
23ecdc6187ef74e00b78e889446a309628719b6e in mainline linux

date 2019-07-04T03:39:07Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_kms.c log diff annotate
message drm/amdgpu: use IP presence to free uvd and vce handles

From Alex Deucher
44876ae294dd7d7bcdfb527d12b86beb54cd013b in mainline linux

date 2019-07-04T03:41:35Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_device.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_drv.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_psp.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_ucode.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_vcn.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_vm.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/gfx_v9_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/gmc_v9_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/mmhub_v1_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/psp_v10_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/sdma_v4_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/soc15.c log diff annotate
src/sys/dev/pci/drm/amd/display/amdgpu_dm/amdgpu_dm.c log diff annotate
src/sys/dev/pci/drm/amd/powerplay/hwmgr/hwmgr.c log diff annotate
src/sys/dev/pci/drm/amd/powerplay/hwmgr/processpptables.c log diff annotate
src/sys/dev/pci/drm/include/drm/amd_asic_type.h log diff annotate
message drm/amdgpu: simplify Raven, Raven2, and Picasso handling

From Alex Deucher
741deade2a704a434bd5939118c43d38e9ddac25 in mainline linux

date 2019-07-04T06:31:03Z
author jmatthew
files src/sys/dev/pci/if_ixl.c log diff annotate
message when the mac address changes, update the mac/vlan filters accordingly.

ok dlg@

date 2019-07-04T17:42:17Z
author bluhm
files src/sys/kern/uipc_socket.c log diff annotate
message Remove a useless kernel lock from the TCP socket splicing path.
When send buffer space in the drain socket becomes available, a
task is added to move data, and also the userland was informed.
The latter is not usefull as this would mix a kernel and user stream.
So programs do not wait for this event. Avoid calling sowakeup()
from sowwakeup(), this also reduces grabing the kernel lock. Instead
inform the userland about the write event when the splicing is
dissolved in sounsplice().
OK claudio@

date 2019-07-04T18:09:17Z
author bluhm
files src/sys/dev/softraid.c log diff annotate
src/sys/dev/softraid_crypto.c log diff annotate
src/sys/dev/softraidvar.h log diff annotate
message Fix a free size panic when detaching a crypto softraid on i386.
Store the size of struct sr_workunit depending on the softraid type
in struct sr_discipline.
testing and OK jan@