summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Osipenko <digetx@gmail.com>2017-12-27 04:38:29 +0300
committerGitHub <noreply@github.com>2017-12-27 04:38:29 +0300
commit4b9016c994ce08014f65d5a48ec45c7306974fa5 (patch)
treeac3fbd6cce6f1d9e923d9100816c7f51aea14b5d
parent7b03359117aa43e387711e3df20f74c379a5f857 (diff)
Update Readme.md
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index b3dfe87..06e83de 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# About
-This is a VDPAU backend driver for the NVIDIA Tegra20 SoC's.
+This is a VDPAU backend driver for the NVIDIA Tegra SoC's.
# Requirements:
@@ -14,10 +14,7 @@ Mandatory:
Optional:
* mesa (https://github.com/grate-driver/mesa)
-* Linux kernel Video Decoder Engine (VDE) driver, cherry-pick these patches from https://github.com/grate-driver/linux to your kernel:
-
- * staging: Introduce NVIDIA Tegra20 video decoder driver
- * ARM: dts: tegra20: Add video decoder node
+* Linux kernel 4.16+ (https://www.kernel.org/), in kernel config enable "staging/media" drivers and select "NVIDIA Tegra Video Decoder Engine driver" in the kernel config
The VDE linux kernel driver is optional, it is required for HW accelerated video decoding. Currently VDE driver
supports CAVLC H.264 videos only. The accelerated video output works without the VDE driver.