From: Mikko Perttunen Date: Tue, 20 Sep 2022 08:12:00 +0000 (+0300) Subject: gpu: host1x: Add stream ID register data for NVDEC on Tegra234 X-Git-Tag: v6.6.7~3824^2~10^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=97b93b7a4adcf3f9b07a323571685e612388b7d8;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Thierry Reding --- diff --git a/drivers/gpu/host1x/dev.c b/drivers/gpu/host1x/dev.c index f60ea24..f31039a 100644 --- a/drivers/gpu/host1x/dev.c +++ b/drivers/gpu/host1x/dev.c @@ -225,6 +225,18 @@ static const struct host1x_sid_entry tegra234_sid_table[] = { .offset = 0x34, .limit = 0x34 }, + { + /* NVDEC channel */ + .base = 0x17c8, + .offset = 0x30, + .limit = 0x30, + }, + { + /* NVDEC MMIO */ + .base = 0x1698, + .offset = 0x34, + .limit = 0x34, + }, }; static const struct host1x_info host1x08_info = {