diff options
author | Mikko Perttunen <mperttunen@nvidia.com> | 2021-09-16 16:55:17 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2021-12-16 14:07:06 +0100 |
commit | 46f226c93d35b936aeec6eb31da932dc2e86f413 (patch) | |
tree | 3e5c016ccebaec78bc9c4fc70accc9201fb36b6d /drivers/gpu/drm/tegra/Makefile | |
parent | drm/tegra: Support asynchronous commits for cursor (diff) | |
download | linux-46f226c93d35b936aeec6eb31da932dc2e86f413.tar.xz linux-46f226c93d35b936aeec6eb31da932dc2e86f413.zip |
drm/tegra: Add NVDEC driver
Add support for booting and using NVDEC on Tegra210, Tegra186
and Tegra194 to the Host1x and TegraDRM drivers. Booting in
secure mode is not currently supported.
Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/drm/tegra/Makefile')
-rw-r--r-- | drivers/gpu/drm/tegra/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tegra/Makefile b/drivers/gpu/drm/tegra/Makefile index d801909182cf..df6cc986aeba 100644 --- a/drivers/gpu/drm/tegra/Makefile +++ b/drivers/gpu/drm/tegra/Makefile @@ -23,7 +23,8 @@ tegra-drm-y := \ gr2d.o \ gr3d.o \ falcon.o \ - vic.o + vic.o \ + nvdec.o tegra-drm-y += trace.o |