Skip to content

Commit 97b93b7

Browse files
cyndisthierryreding
authored andcommitted
gpu: host1x: Add stream ID register data for NVDEC on Tegra234
Add entries for NVDEC to the Tegra234 SID table. Signed-off-by: Mikko Perttunen <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent 7946920 commit 97b93b7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

drivers/gpu/host1x/dev.c

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,18 @@ static const struct host1x_sid_entry tegra234_sid_table[] = {
225225
.offset = 0x34,
226226
.limit = 0x34
227227
},
228+
{
229+
/* NVDEC channel */
230+
.base = 0x17c8,
231+
.offset = 0x30,
232+
.limit = 0x30,
233+
},
234+
{
235+
/* NVDEC MMIO */
236+
.base = 0x1698,
237+
.offset = 0x34,
238+
.limit = 0x34,
239+
},
228240
};
229241

230242
static const struct host1x_info host1x08_info = {

0 commit comments

Comments
 (0)