Now that we have PCIE support for RK3399 we can also add support for
same PCIE wifi chipsets - this also adds some firmware to RK3399 images
which is required by some of them.
I wrote the driver some month ago and have been testing it on everday
basis since then (by just using it). I will have to add some more
functionality before upstreaming it, since the IP supports way more
then just deinterlacing - however: thats the only use-case for kodi now.
The current rkvdec HEVC code can be taken as-is, I only had to add some
seperation for the versions to ensure it won't be taken for H264/VP9 on RK3288.
Official Release
update dab3e7d (2021-02-13) to 2021.02 (2021-02-15)
News: https://github.com/glmark2/glmark2/blob/master/NEWS
Release notes:
glmark2 2021.02 (20210215)
==========================
- Meson build system support for DRM/X11/Wayland builds.
- Fix precision handling in various fragment shaders.
- Fix spurious failures when using --validate.
- Always draw to the correct, offscreen buffer when using --off-screen.
- Don't prefer framebuffer formats with more than 8 bytes per component.
- Add basic mouse and keyboard support on Wayland.
The Rockpro64 board has a PCIe slot. Let's enable CONFIG_MEDIA_PCI_SUPPORT
and a handful of drivers, at suggestion of knaerzche.
To pick a sensible set of drivers, I've started with enabling all that
were made accessible by MEDIA_PCI_SUPPORT=y, then disabled those that
are not enabled elsewhere (notably linux.x86_64.conf) and followed by
disabling ye olde parallel PCI cards. Hopefully I got that right.