2019-05-19 05:07:45 -07:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2014-12-18 07:29:14 -07:00
|
|
|
# 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.
|
2022-05-16 01:52:51 -07:00
|
|
|
obj-y += host1x/ drm/ vga/
|
2013-09-30 07:13:39 -07:00
|
|
|
obj-$(CONFIG_IMX_IPUV3_CORE) += ipu-v3/
|
2020-03-02 16:50:44 -07:00
|
|
|
obj-$(CONFIG_TRACE_GPU_MEM) += trace/
|