mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 02:52:51 +03:00
Move vgpu hal files out of nvgpu common to hal. Jira GVSCI-1339 Change-Id: Ibf2e987a88a1bf1e5790ed746b927c52b354f790 Signed-off-by: Aparna Das <aparnad@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2162259 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
32 lines
742 B
YAML
32 lines
742 B
YAML
# Copyright (c) 2019, 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_gp10b.c,
|
|
hal/vgpu/init/vgpu_hal_gp10b.h,
|
|
hal/vgpu/init/vgpu_hal_gv11b.c,
|
|
hal/vgpu/init/vgpu_hal_gv11b.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 ]
|