You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Video Processing Features" section has few items marked with *, but there's no explanation on what * indicates
"Please, refer to i915 kernel mode driver documentation to learn how to enable it" => kernel command line option "i915.enable_guc=2" for HuC loading can be set e.g. by doing echo "options i915 enable_guc=2" > /etc/modprobe.d/i915.conf (as root)
libva already is dependency, and libdrm is dependency of libva, valgrind headers should be added to avoid noise, but need support in code and should related with Heap corruption with format conversion #715
echo "options i915 enable_guc=2" > /etc/modprobe.d/i915.conf
(as root)(*) I use Ubuntu 19.10 container to build git versions of libdrm, libva, gmmlib & media-driver. Deps I use are:
autoconf automake libtool build-essential pkg-config cmake meson ninja-build valgrind git ca-certificates libpciaccess-dev
The text was updated successfully, but these errors were encountered: