Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <mperttunen@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>

authored by

Mikko Perttunen and committed by
Thierry Reding
97b93b7a 7946920d

+12
+12
drivers/gpu/host1x/dev.c
··· 225 225 .offset = 0x34, 226 226 .limit = 0x34 227 227 }, 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 + }, 228 240 }; 229 241 230 242 static const struct host1x_info host1x08_info = {