diff options
author | 2022-06-27 17:20:04 +0300 | |
---|---|---|
committer | 2022-07-08 16:27:52 +0200 | |
commit | 9abdd497cd0ac08ed55aea30de1e46d73eef9fc5 (patch) | |
tree | 50a88db914337dd65c5f71a7e8501d041cd94c54 /drivers/gpu/host1x/hw/hw_host1x08_common.h | |
parent | gpu: host1x: Program interrupt destinations on Tegra234 (diff) | |
download | linux-dev-9abdd497cd0ac08ed55aea30de1e46d73eef9fc5.tar.xz linux-dev-9abdd497cd0ac08ed55aea30de1e46d73eef9fc5.zip |
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. + */ |