diff --git a/drivers/gpu/host1x/dev.c b/drivers/gpu/host1x/dev.c index 613f4d0e..3449aa5f 100644 --- a/drivers/gpu/host1x/dev.c +++ b/drivers/gpu/host1x/dev.c @@ -280,6 +280,42 @@ static const struct host1x_sid_entry tegra234_sid_table[] = { .offset = 0x34, .limit = 0x34, }, + { + /* NVENC channel */ + .base = 0x17c0, + .offset = 0x30, + .limit = 0x30, + }, + { + /* NVENC MMIO */ + .base = 0x1690, + .offset = 0x34, + .limit = 0x34, + }, + { + /* NVJPG channel */ + .base = 0x17d0, + .offset = 0x30, + .limit = 0x30, + }, + { + /* NVJPG MMIO */ + .base = 0x16a0, + .offset = 0x34, + .limit = 0x34, + }, + { + /* NVJPG1 channel */ + .base = 0x17a8, + .offset = 0x30, + .limit = 0x30, + }, + { + /* NVJPG1 MMIO */ + .base = 0x16b0, + .offset = 0x34, + .limit = 0x34, + }, { /* NVDLA channel */ .base = 0x17e0,