summaryrefslogtreecommitdiff
path: root/drivers/gpu/host1x/hw/hw_host1x08_uclass.h
AgeCommit message (Collapse)AuthorFilesLines
2023-03-10gpu: host1x: Fix mask for syncpoint increment registerMikko Perttunen1-1/+1
[ Upstream commit 79aad29c7d2d2cd64790115d3a6ebac28c00a8ec ] On Tegra186+, the syncpoint ID has 10 bits of space. To allow using more than 256 syncpoints, fix the mask. Fixes: 9abdd497cd0a ("gpu: host1x: Tegra234 device data and headers") Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-07-08gpu: host1x: Tegra234 device data and headersMikko Perttunen1-0/+181
Add device data and chip headers for Tegra234. Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>