mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
Add device data and chip headers for Tegra264. Signed-off-by: Santosh BS <santoshb@nvidia.com> Co-developed-by: Mikko Perttunen <mperttunen@nvidia.com> Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com> Link: https://patch.msgid.link/20260622-t264-host1x-v2-4-ff7364d9ff7b@nvidia.com
16 lines
281 B
C
16 lines
281 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Host1x init for Tegra264 SoCs
|
|
*
|
|
* Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
|
*/
|
|
|
|
#ifndef HOST1X_HOST1X10_H
|
|
#define HOST1X_HOST1X10_H
|
|
|
|
struct host1x;
|
|
|
|
int host1x10_init(struct host1x *host);
|
|
|
|
#endif
|