mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 23:51:39 +00:00
597b89d30b
The context bus is a "dummy" bus that contains struct devices that correspond to IOMMU contexts assigned through Host1x to processes. Even when host1x itself is built as a module, the bus is registered in built-in code so that the built-in ARM SMMU driver is able to reference it. Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
8 lines
328 B
Makefile
8 lines
328 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# drm/tegra depends on host1x, so if both drivers are built-in care must be
|
|
# taken to initialize them in the correct order. Link order is the only way
|
|
# to ensure this currently.
|
|
obj-y += host1x/ drm/ vga/
|
|
obj-$(CONFIG_IMX_IPUV3_CORE) += ipu-v3/
|
|
obj-$(CONFIG_TRACE_GPU_MEM) += trace/
|