OpenBSD cvs log

created 2019-08-24T16:50:00Z
begin 2019-08-17T00:00:00Z
end 2019-08-18T00:00:00Z
path src/sys
commits 12

date 2019-08-17T04:57:52Z
author ratchov
files src/sys/dev/audio.c log diff annotate
message Move block size and block count calculations in their own routines.

Makes the code easier to read, no behabior change.

date 2019-08-17T05:04:56Z
author ratchov
files src/sys/dev/audio.c log diff annotate
message Move play blocks count from the audio_softc to the audio_buf structure.

As the audio_buf structure is per-direction, this makes play and
recording code similar. No behavior change.

date 2019-08-17T06:07:22Z
author jsg
files src/sys/dev/pci/drm/include/linux/atomic.h log diff annotate
message change drm memory barriers to be closer to what linux does on
amd64 and i386

ok kettenis@

date 2019-08-17T08:11:32Z
author jsg
files src/sys/dev/pci/drm/amd/display/dc/dce/dce_abm.c log diff annotate
message drm/amd/display: Wait for backlight programming completion in set backlight level

From Sivapiriyan Kumarasamy
2a5e21adc71b46beec9232cc6418676fd2255bc5 in linux 4.19.y/4.19.67
c7990daebe71d11a9e360b5c3b0ecd1846a3a4bb in mainline linux

date 2019-08-17T08:14:34Z
author jsg
files src/sys/dev/pci/drm/amd/display/dc/core/dc_resource.c log diff annotate
message drm/amd/display: use encoder's engine id to find matched free audio device

From Tai Man
e7a8a794109c07e0b8d7bd55fbfcb3082991626a in linux 4.19.y/4.19.67
74eda776d7a4e69ec7aa1ce30a87636f14220fbb in mainline linux

date 2019-08-17T08:17:34Z
author jsg
files src/sys/dev/pci/drm/amd/display/dc/core/amdgpu_dc.c log diff annotate
src/sys/dev/pci/drm/amd/display/dc/core/dc_resource.c log diff annotate
message drm/amd/display: Fix dc_create failure handling and 666 color depths

From Julian Parkin
3998e684463a7fa1721c171172ca085978d03a00 in linux 4.19.y/4.19.67
0905f32977268149f06e3ce6ea4bd6d374dd891f in mainline linux

date 2019-08-17T08:20:59Z
author jsg
files src/sys/dev/pci/drm/amd/display/dc/core/dc_resource.c log diff annotate
message drm/amd/display: Only enable audio if speaker allocation exists

From Alvin Lee
f9420bfa29f9ece0b02a5435ae95f1a48bc97723 in linux 4.19.y/4.19.67
6ac25e6d5b2fbf251e9fa2f4131d42c815b43867 in mainline linux

date 2019-08-17T08:23:28Z
author jsg
files src/sys/dev/pci/drm/amd/display/dc/inc/core_types.h log diff annotate
message drm/amd/display: Increase size of audios array

From Tai Man
8d641499bf969a284161d2682b71669c96389773 in linux 4.19.y/4.19.67
7352193a33dfc9b69ba3bf6a8caea925b96243b1 in mainline linux

date 2019-08-17T08:23:29Z
author jsg
files src/sys/dev/pci/drm/amd/display/dc/inc/hw/hw_shared.h log diff annotate
message drm/amd/display: Increase size of audios array

From Tai Man
8d641499bf969a284161d2682b71669c96389773 in linux 4.19.y/4.19.67
7352193a33dfc9b69ba3bf6a8caea925b96243b1 in mainline linux

date 2019-08-17T08:25:28Z
author jsg
files src/sys/dev/pci/drm/drm_framebuffer.c log diff annotate
message drm: silence variable 'conn' set but not used

From Qian Cai
991c4756be69417f720734ceb32a22071e0aa0af in linux 4.19.y/4.19.67
bbb6fc43f131f77fcb7ae8081f6d7c51396a2120 in mainline linux

date 2019-08-17T08:27:43Z
author jsg
files src/sys/dev/pci/drm/i915/vlv_dsi_pll.c log diff annotate
message drm/i915: Fix wrong escape clock divisor init for GLK

From Stanislav Lisovskiy
edc388566a1d25f88e631bd8170462d4f86c5a24 in linux 4.19.y/4.19.67
73a0ff0b30af79bf0303d557eb82f1d1945bb6ee in mainline linux

date 2019-08-17T15:31:41Z
author krw
files src/sys/scsi/cd.c log diff annotate
src/sys/scsi/mpath_emc.c log diff annotate
src/sys/scsi/mpath_hds.c log diff annotate
src/sys/scsi/mpath_rdac.c log diff annotate
src/sys/scsi/mpath_sym.c log diff annotate
src/sys/scsi/scsiconf.c log diff annotate
src/sys/scsi/st.c log diff annotate
message Nuke some unused variables, tweak some declarations and
variable names into a consistant idiom.