mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-23 17:55:05 +03:00
Add driver for implementing an UAPI for conversion between SYNC_FILE FDs and raw syncpoint ID / value pairs. Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> Change-Id: I54e30877f782e3e67ca91e09589d0c4862a257cd Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2729238 Reviewed-by: Jonathan Hunter <jonathanh@nvidia.com> GVS: Gerrit_Virtual_Submit
9 lines
200 B
Makefile
9 lines
200 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
|
|
|
|
obj-m += drm/tegra/
|
|
obj-m += host1x/
|
|
obj-m += host1x-fence/
|
|
obj-m += host1x-nvhost/
|
|
obj-m += nvgpu/
|