Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gpu: host1x: Fix syncpoint ID field size on Tegra186 | Thierry Reding | 2018-11-27 | 1 | -1/+1 |
| | | | | | | | | | The number of syncpoints on Tegra186 is 576 and therefore no longer fits into 8 bits. Increase the size of the syncpoint ID field to 10 in order to accomodate all syncpoints. Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com> | ||||
* | gpu: host1x: Add Tegra186 support | Mikko Perttunen | 2017-10-20 | 1 | -0/+181 |
Add support for the implementation of Host1x present on the Tegra186. The register space has been shuffled around a little bit, requiring addition of some chip-specific code sections. Tegra186 also adds several new features, most importantly the hypervisor, but those are not yet supported with this commit. Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> Reviewed-by: Dmitry Osipenko <digetx@gmail.com> Tested-by: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com> |