summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/hw/hw_host1x08_common.h
AgeCommit message (Collapse)AuthorFilesLines
2022-07-08gpu: host1x: Add MLOCK release code on Tegra234Mikko Perttunen1-0/+7
With the full-featured opcode sequence using MLOCKs, we need to also unlock those MLOCKs in the event of a timeout. However, it turns out that on Tegra186/Tegra194, by default, we don't need to do this; furthermore, on Tegra234 it is much simpler to do; so only implement this on Tegra234 for the time being. Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
2022-07-08gpu: host1x: Tegra234 device data and headersMikko Perttunen1-0/+4
Add device data and chip headers for Tegra234. Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>