mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
gpu: nvgpu: update common units in yaml
fusa and non-fusa version of acr and falcon units are prepared. pmu_debug unit is marked for dgpu. JIRA NVGPU-3860 Change-Id: I9d349d39e558da24cbd7c8c0bd348bbcfee24185 Signed-off-by: Sagar Kamble <skamble@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2164332 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-by: Nicolas Benech <nbenech@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Vaibhav Kachore <vkachore@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
92d009e796
commit
2dc26f11a7
@@ -202,33 +202,37 @@ utils:
|
|||||||
## Common elements.
|
## Common elements.
|
||||||
##
|
##
|
||||||
|
|
||||||
acr:
|
acr_fusa:
|
||||||
safe: yes
|
safe: yes
|
||||||
owner: Mahantesh K
|
owner: Mahantesh K
|
||||||
sources: [ common/acr/acr.c,
|
sources: [ common/acr/acr.c,
|
||||||
common/acr/acr_blob_alloc.c,
|
common/acr/acr_blob_alloc.c,
|
||||||
common/acr/acr_blob_alloc.h,
|
common/acr/acr_blob_alloc.h,
|
||||||
common/acr/acr_blob_construct_v0.c,
|
|
||||||
common/acr/acr_blob_construct_v0.h,
|
|
||||||
common/acr/acr_blob_construct_v1.c,
|
common/acr/acr_blob_construct_v1.c,
|
||||||
common/acr/acr_blob_construct_v1.h,
|
common/acr/acr_blob_construct_v1.h,
|
||||||
common/acr/acr_bootstrap.c,
|
common/acr/acr_bootstrap.c,
|
||||||
common/acr/acr_bootstrap.h,
|
common/acr/acr_bootstrap.h,
|
||||||
common/acr/acr_falcon_bl.h,
|
common/acr/acr_falcon_bl.h,
|
||||||
common/acr/acr_priv.h,
|
common/acr/acr_priv.h,
|
||||||
|
common/acr/acr_wpr.c,
|
||||||
|
common/acr/acr_wpr.h,
|
||||||
|
common/acr/acr_sw_gv11b.c,
|
||||||
|
common/acr/acr_sw_gv11b.h,
|
||||||
|
include/nvgpu/acr.h ]
|
||||||
|
|
||||||
|
acr:
|
||||||
|
safe: no
|
||||||
|
owner: Mahantesh K
|
||||||
|
sources: [ common/acr/acr_blob_construct_v0.c,
|
||||||
|
common/acr/acr_blob_construct_v0.h,
|
||||||
common/acr/acr_sw_gp10b.c,
|
common/acr/acr_sw_gp10b.c,
|
||||||
common/acr/acr_sw_gp10b.h,
|
common/acr/acr_sw_gp10b.h,
|
||||||
common/acr/acr_sw_gv100.c,
|
common/acr/acr_sw_gv100.c,
|
||||||
common/acr/acr_wpr.c,
|
common/acr/acr_sw_gv100.h,
|
||||||
common/acr/acr_wpr.h,
|
|
||||||
common/acr/acr_sw_gm20b.c,
|
common/acr/acr_sw_gm20b.c,
|
||||||
common/acr/acr_sw_gm20b.h,
|
common/acr/acr_sw_gm20b.h,
|
||||||
common/acr/acr_sw_gv100.h,
|
|
||||||
common/acr/acr_sw_gv11b.c,
|
|
||||||
common/acr/acr_sw_gv11b.h,
|
|
||||||
common/acr/acr_sw_tu104.c,
|
common/acr/acr_sw_tu104.c,
|
||||||
common/acr/acr_sw_tu104.h,
|
common/acr/acr_sw_tu104.h ]
|
||||||
include/nvgpu/acr.h ]
|
|
||||||
|
|
||||||
engine_queues:
|
engine_queues:
|
||||||
owner: Sagar K
|
owner: Sagar K
|
||||||
@@ -267,24 +271,31 @@ engine_queues:
|
|||||||
deps: [ ]
|
deps: [ ]
|
||||||
tags: unit-testable
|
tags: unit-testable
|
||||||
|
|
||||||
falcon:
|
falcon_fusa:
|
||||||
owner: Sagar K
|
owner: Sagar K
|
||||||
safe: yes
|
safe: yes
|
||||||
gpu: both
|
gpu: both
|
||||||
sources: [ common/falcon/falcon.c,
|
sources: [ common/falcon/falcon.c,
|
||||||
common/falcon/falcon_sw_gk20a.c,
|
common/falcon/falcon_sw_gk20a.c,
|
||||||
common/falcon/falcon_sw_gp106.c,
|
|
||||||
common/falcon/falcon_sw_gv100.c,
|
|
||||||
common/falcon/falcon_sw_tu104.c,
|
|
||||||
common/falcon/falcon_sw_gk20a.h,
|
common/falcon/falcon_sw_gk20a.h,
|
||||||
common/falcon/falcon_sw_gp106.h,
|
|
||||||
common/falcon/falcon_sw_gv100.h,
|
|
||||||
common/falcon/falcon_sw_tu104.h,
|
|
||||||
include/nvgpu/falcon.h,
|
include/nvgpu/falcon.h,
|
||||||
include/nvgpu/flcnif_cmn.h ]
|
include/nvgpu/flcnif_cmn.h ]
|
||||||
deps: [ ]
|
deps: [ ]
|
||||||
tags:
|
tags:
|
||||||
|
|
||||||
|
falcon:
|
||||||
|
owner: Sagar K
|
||||||
|
safe: no
|
||||||
|
gpu: dgpu
|
||||||
|
sources: [ common/falcon/falcon_sw_gp106.c,
|
||||||
|
common/falcon/falcon_sw_gv100.c,
|
||||||
|
common/falcon/falcon_sw_tu104.c,
|
||||||
|
common/falcon/falcon_sw_gp106.h,
|
||||||
|
common/falcon/falcon_sw_gv100.h,
|
||||||
|
common/falcon/falcon_sw_tu104.h ]
|
||||||
|
deps: [ ]
|
||||||
|
tags:
|
||||||
|
|
||||||
rc:
|
rc:
|
||||||
safe: no
|
safe: no
|
||||||
owner: Seema K
|
owner: Seema K
|
||||||
@@ -823,6 +834,7 @@ pmu:
|
|||||||
|
|
||||||
debug:
|
debug:
|
||||||
safe: yes
|
safe: yes
|
||||||
|
gpu: dgpu
|
||||||
owner: Sagar K
|
owner: Sagar K
|
||||||
sources: [ common/pmu/pmu_debug.c,
|
sources: [ common/pmu/pmu_debug.c,
|
||||||
include/nvgpu/pmu/debug.h ]
|
include/nvgpu/pmu/debug.h ]
|
||||||
|
|||||||
Reference in New Issue
Block a user