Skip to content

Commit 8d05f55

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 <digetx@gmail.com>
1 parent 542e7cc commit 8d05f55

4 files changed

Lines changed: 706 additions & 611 deletions

File tree

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)