diff options
author | Mikko Perttunen <mperttunen@nvidia.com> | 2022-06-27 17:20:04 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2022-07-08 17:27:52 +0300 |
commit | 9abdd497cd0ac08ed55aea30de1e46d73eef9fc5 (patch) | |
tree | 50a88db914337dd65c5f71a7e8501d041cd94c54 /drivers/gpu/host1x/hw/hw_host1x08_common.h | |
parent | 7afd1194a3cdb7ba5aa8d658b2d0655f61457c86 (diff) | |
download | linux-9abdd497cd0ac08ed55aea30de1e46d73eef9fc5.tar.xz |
gpu: host1x: Tegra234 device data and headers
Add device data and chip headers for Tegra234.
Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/gpu/host1x/hw/hw_host1x08_common.h')
-rw-r--r-- | drivers/gpu/host1x/hw/hw_host1x08_common.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/host1x/hw/hw_host1x08_common.h b/drivers/gpu/host1x/hw/hw_host1x08_common.h new file mode 100644 index 000000000000..4df28440b86b --- /dev/null +++ b/drivers/gpu/host1x/hw/hw_host1x08_common.h @@ -0,0 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ +/* + * Copyright (c) 2022 NVIDIA Corporation. + */ |