OpenBSD cvs log

created 2023-03-19T10:45:58Z
begin 2023-03-16T00:00:00Z
end 2023-03-17T00:00:00Z
path src/sys
commits 3

date 2023-03-16T10:33:44Z
author kettenis
files src/sys/dev/fdt/files.fdt log diff annotate
message Add missing dependecy for rkcomphy(4); pointed out by dlg@

date 2023-03-16T18:33:19Z
author kettenis
files src/sys/dev/fdt/dwpcie.c log diff annotate
message Add code to bring up the PCIe controller on the RK356x.

ok dlg@

date 2023-03-16T22:44:35Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_psp.c log diff annotate
message after updating amdgpu-firmware from 20221214 to 20230310 a new
warning appeared in dmesg on renoir:

[drm] psp gfx command LOAD_TA(0x1) failed and response status is (0x7)
[drm] psp gfx command INVOKE_CMD(0x3) failed and response status is (0x4)
psp_securedisplay_parse_resp_status *ERROR* Secure display: Generic Failure.
psp_securedisplay_initialize *ERROR* SECUREDISPLAY: query securedisplay TA failed. ret 0x0

This is likely related to not implementing all the HDCP paths.
Return early in psp_securedisplay_initialize() to avoid this.

I suspect the newer renoir firmware adds a TA_FW_TYPE_PSP_SECUREDISPLAY
component the older one didn't have.

reported by jmc@