gpu: host1x: Add stream ID register data for NVDEC on Tegra234

Add entries for NVDEC to the Tegra234 SID table.

Bug 3778105

Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
Change-Id: Iff6c33795b74faf5e0aea72751ad6c4b43cf6bb2
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2771764
(cherry picked from commit 3e501a18ff2392292d19bc513db6f19d31f38227)
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2768895
Reviewed-by: Jonathan Hunter <jonathanh@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
Tested-by: Jonathan Hunter <jonathanh@nvidia.com>
This commit is contained in:
Mikko Perttunen
2022-05-19 16:37:55 +03:00
committed by Laxman Dewangan
parent e1c4c53a86
commit 9cfe33dc68

View File

@@ -268,6 +268,18 @@ static const struct host1x_sid_entry tegra234_sid_table[] = {
.offset = 0x34, .offset = 0x34,
.limit = 0x34 .limit = 0x34
}, },
{
/* NVDEC channel */
.base = 0x17c8,
.offset = 0x30,
.limit = 0x30,
},
{
/* NVDEC MMIO */
.base = 0x1698,
.offset = 0x34,
.limit = 0x34,
},
{ {
/* NVDLA channel */ /* NVDLA channel */
.base = 0x17e0, .base = 0x17e0,