summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/drm/drm_hdcp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* don't warn on calls to drm_connector_attach_content_protection_property()jsg2020-06-121-1/+0
| | | | | | calling code is fine with this unimplemented function returning an error ok kettenis@
* update drm to linux 5.7jsg2020-06-081-0/+25
adds kernel support for amdgpu: vega20, raven2, renoir, navi10, navi14 inteldrm: icelake, tigerlake Thanks to the OpenBSD Foundation for sponsoring this work, kettenis@ for helping, patrick@ for helping adapt rockchip drm and many developers for testing.