gpu: host1x: Add stream ID protection table entries for camera engines

Add entries for camera engines (VI,VI2,VI_THI,VI2_THI,ISP_THI) in
the stream ID protection table.

Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
Change-Id: If65fbbd63f2b4eb2bf56b3a696e570f87c010d87
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2807581
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Mikko Perttunen
2022-11-11 13:07:12 +02:00
committed by Laxman Dewangan
parent a351c7681e
commit 283b2ed68b

View File

@@ -394,6 +394,42 @@ static const struct host1x_sid_entry tegra234_sid_table[] = {
.offset = 0x30,
.limit = 0x34,
},
{
/* VI MMIO */
.base = 0x16b8,
.offset = 0x800,
.limit = 0x800,
},
{
/* VI_THI MMIO */
.base = 0x16c0,
.offset = 0x30,
.limit = 0x34,
},
{
/* ISP MMIO */
.base = 0x1680,
.offset = 0x800,
.limit = 0x800,
},
{
/* ISP_THI MMIO */
.base = 0x16c8,
.offset = 0x30,
.limit = 0x34,
},
{
/* VI2 MMIO */
.base = 0x16f0,
.offset = 0x800,
.limit = 0x800,
},
{
/* VI2_THI MMIO */
.base = 0x16f8,
.offset = 0x30,
.limit = 0x34,
},
};
static const struct host1x_info host1x08_info = {