mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
This patch moves xve unit sources from common to hal alongwith required arch and makefile updates. JIRA NVGPU-3657 Change-Id: Ie10bcf6f2677ee06c60027efb6d9b8c1d01aab3d Signed-off-by: Sagar Kamble <skamble@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2149495 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-misra <svc-mobile-misra@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
19 lines
424 B
YAML
19 lines
424 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 ]
|
|
|
|
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 ]
|