[PATCH 5/6] gpu: host1x: Add Tegra186 support
From: digetx@gmail.com (Dmitry Osipenko)
Date: 2017-08-17 22:09:46
Also in:
dri-devel, linux-devicetree, linux-tegra, lkml
From: digetx@gmail.com (Dmitry Osipenko)
Date: 2017-08-17 22:09:46
Also in:
dri-devel, linux-devicetree, linux-tegra, lkml
On 17.08.2017 21:54, Mikko Perttunen wrote:
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> ---
I haven't reviewed Tegra186-specific code since I'm not familiar with that platform. Code movement related to pre-Tegra186 looks fine, no regressions spotted on Tegra20. Reviewed-by: Dmitry Osipenko <digetx@gmail.com> Tested-by: Dmitry Osipenko <digetx@gmail.com> -- Dmitry