mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
Remove all nvgpu_next files and move the code into corresponding nvgpu files. Merge nvgpu-next-*.yaml into nvgpu-.yaml files. Jira NVGPU-4771 Change-Id: I595311be3c7bbb4f6314811e68712ff01763801e Signed-off-by: Antony Clince Alex <aalex@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2547557 Reviewed-by: svc_kernel_abi <svc_kernel_abi@nvidia.com> Reviewed-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
32 lines
747 B
YAML
32 lines
747 B
YAML
# Copyright (c) 2019-2021, NVIDIA CORPORATION. All Rights Reserved.
|
|
#
|
|
# VGPU HAL units.
|
|
#
|
|
|
|
init:
|
|
safe: no
|
|
owner: Aparna D
|
|
sources: [ hal/vgpu/init/init_hal_vgpu.c,
|
|
hal/vgpu/init/init_hal_vgpu.h,
|
|
hal/vgpu/init/vgpu_hal_gv11b.c,
|
|
hal/vgpu/init/vgpu_hal_gv11b.h,
|
|
hal/vgpu/init/vgpu_hal_ga10b.c,
|
|
hal/vgpu/init/vgpu_hal_ga10b.h ]
|
|
|
|
fifo:
|
|
safe : no
|
|
owner: Aparna D
|
|
children:
|
|
fifo:
|
|
safe: no
|
|
sources: [ hal/vgpu/fifo/fifo_gv11b_vgpu.c,
|
|
hal/vgpu/fifo/fifo_gv11b_vgpu.h ]
|
|
|
|
sync:
|
|
safe: no
|
|
owner: Aparna D
|
|
children:
|
|
syncpt:
|
|
sources: [ hal/vgpu/sync/syncpt_cmdbuf_gv11b_vgpu.c,
|
|
hal/vgpu/sync/syncpt_cmdbuf_gv11b_vgpu.h ]
|