Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-20 | gpu: host1x: Add Tegra186 support | Mikko Perttunen | |
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> | |||
2013-12-19 | gpu: host1x: Use the correct HW headers for host1x02 | Thierry Reding | |
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> | |||
2013-10-31 | gpu: host1x: Add support for Tegra114 | Thierry Reding | |
Tegra114 uses a slightly updated version of host1x with an additional syncpoint. Signed-off-by: Thierry Reding <treding@nvidia.com> |