mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
gpu: host1x: allow tsec streamid reg access via MMIO
Set Host1X registers to allow both the TSEC StreamID registers to be programmed via MMIO from the TSEC driver Bug 3817626 Change-Id: Ic344ecbca557d4c058accc8db1a9f874945e8280 Signed-off-by: Nikesh Oswal <noswal@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2801852 Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
Laxman Dewangan
parent
25f41bc212
commit
f6865a3c2d
@@ -388,6 +388,12 @@ static const struct host1x_sid_entry tegra234_sid_table[] = {
|
|||||||
.offset = 0x34,
|
.offset = 0x34,
|
||||||
.limit = 0x34,
|
.limit = 0x34,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
/* TSEC MMIO */
|
||||||
|
.base = 0x16a8,
|
||||||
|
.offset = 0x30,
|
||||||
|
.limit = 0x34,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct host1x_info host1x08_info = {
|
static const struct host1x_info host1x08_info = {
|
||||||
|
|||||||
Reference in New Issue
Block a user