mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 11:04:51 +03:00
Update the YAML docs to match the current source code exactly. This of course may go out of date again, but this is a pre-req to enabling the YAML compilation check. JIRA NVGPU-3074 JIRA NVGPU-3075 Change-Id: Id66e058d86a1e6637ad7b942bfe455c355eb85a7 Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2119820 GVS: Gerrit_Virtual_Submit Reviewed-by: Nicolas Benech <nbenech@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
27 lines
579 B
YAML
27 lines
579 B
YAML
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
|
#
|
|
# HAL units. These are the units that have access to HW.
|
|
#
|
|
|
|
init:
|
|
safe: yes
|
|
owner: Terje B
|
|
sources: [ include/nvgpu/hal_init.h ]
|
|
|
|
xve:
|
|
safe: yes
|
|
owner: Alex W
|
|
gpu: dgpu
|
|
sources: [ include/nvgpu/xve.h,
|
|
common/xve/xve_gp106.c,
|
|
common/xve/xve_gp106.h ]
|
|
|
|
nvlink:
|
|
safe: yes
|
|
owner: Tejal K
|
|
gpu: dgpu
|
|
sources: [ common/nvlink/nvlink_gv100.c,
|
|
common/nvlink/nvlink_gv100.h,
|
|
common/nvlink/nvlink_tu104.c,
|
|
common/nvlink/nvlink_tu104.h ]
|