diff options
author | Dave Airlie | 2022-06-03 11:35:46 +1000 |
---|---|---|
committer | Dave Airlie | 2022-06-03 12:59:45 +1000 |
commit | 404204340c0dc54e4b779737201044dcb231f0bf (patch) | |
tree | 8384d9cfa3c6ba56aaa0191b81e688bfac7e0962 /include | |
parent | b8042ff4faa59ed3608beeeddc5d87ce55c62a98 (diff) | |
parent | 597b89d30b42dcc8e6b262e6876b42dde66f97f0 (diff) |
Merge tag 'drm/tegra/for-5.19-prep-work' of https://gitlab.freedesktop.org/drm/tegra into drm-next
drm/tegra: Preparatory work for v5.19
This contains a single patch from a series that's ready to go for v5.10
but is also a shared build-time dependency for an IOMMU series that is
planned for v5.20. The idea is to take this into v5.19 to fulfill that
dependency and remove the need for close coordination for the two
series.
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: Thierry Reding <thierry.reding@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220601100335.3841301-1-thierry.reding@gmail.com
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/host1x_context_bus.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/linux/host1x_context_bus.h b/include/linux/host1x_context_bus.h new file mode 100644 index 000000000000..72462737a6db --- /dev/null +++ b/include/linux/host1x_context_bus.h @@ -0,0 +1,15 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + * Copyright (c) 2021, NVIDIA Corporation. All rights reserved. + */ + +#ifndef __LINUX_HOST1X_CONTEXT_BUS_H +#define __LINUX_HOST1X_CONTEXT_BUS_H + +#include <linux/device.h> + +#ifdef CONFIG_TEGRA_HOST1X_CONTEXT_BUS +extern struct bus_type host1x_context_device_bus_type; +#endif + +#endif |