mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
Remove the nvlink register read/write code from /common. Move the register handling code to /hal and add HALs to to expose this functionality to common code. JIRA NVGPU-2964 Change-Id: Iafba9f4e29cc0f1130dbf5dd14fbbf8b6b5bb8ec Signed-off-by: Tejal Kudav <tkudav@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2329195 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
11 lines
207 B
YAML
11 lines
207 B
YAML
# Copyright (c) 2019-2020, 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 ]
|
|
|