mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
30 lines
657 B
YAML
30 lines
657 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 ]
|
|
|
|
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 ]
|