Skip to content

Commit adb0980

Browse files
committed
media: staging: tegra-vde: Factor out H.264 code
Factor out H.264 hardware programming code into separate source file in a preparation to support V4L API by the Tegra video decoder driver. Signed-off-by: Dmitry Osipenko <[email protected]>
1 parent 8d7a883 commit adb0980

File tree

4 files changed

+706
-611
lines changed

4 files changed

+706
-611
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# SPDX-License-Identifier: GPL-2.0
2-
tegra-vde-y := vde.o iommu.o dmabuf-cache.o
2+
tegra-vde-y := vde.o iommu.o dmabuf-cache.o h264.o
33
obj-$(CONFIG_TEGRA_VDE) += tegra-vde.o

0 commit comments

Comments
 (0)