diff --git a/drivers/gpu/host1x/dev.c b/drivers/gpu/host1x/dev.c index b2e8dc77..8bef2289 100644 --- a/drivers/gpu/host1x/dev.c +++ b/drivers/gpu/host1x/dev.c @@ -2,7 +2,7 @@ /* * Tegra host1x driver * - * Copyright (c) 2010-2013, NVIDIA Corporation. + * Copyright (c) 2010-2022, NVIDIA Corporation. */ #include @@ -268,6 +268,30 @@ static const struct host1x_sid_entry tegra234_sid_table[] = { .offset = 0x34, .limit = 0x34 }, + { + /* NVDLA channel */ + .base = 0x17e0, + .offset = 0x30, + .limit = 0x34 + }, + { + /* NVDLA MMIO */ + .base = 0x16d8, + .offset = 0x0030, + .limit = 0x0034 + }, + { + /* NVDLA1 channel */ + .base = 0x17e8, + .offset = 0x30, + .limit = 0x34 + }, + { + /* NVDLA1 MMIO */ + .base = 0x16e0, + .offset = 0x0030, + .limit = 0x0034 + }, }; static const struct host1x_info host1x08_info = {