Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gpu: host1x: Add Tegra186 support | Mikko Perttunen | 2017-10-20 | 1 | -0/+2 |
| | | | | | | | | | | | | | 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> | ||||
* | gpu: host1x: Use the correct HW headers for host1x02 | Thierry Reding | 2013-12-19 | 1 | -2/+2 |
| | | | | | | | An earlier patch added a subset of the required HW specific header files but didn't actually include the right ones when compiling for host1x02. Signed-off-by: Thierry Reding <treding@nvidia.com> | ||||
* | gpu: host1x: Add support for Tegra114 | Thierry Reding | 2013-10-31 | 1 | -0/+42 |
Tegra114 uses a slightly updated version of host1x with an additional syncpoint. Signed-off-by: Thierry Reding <treding@nvidia.com> |