gpu: nvgpu: split pmu_gv11b fusa/non-fusa hal

gv11b_pmu_inject_ecc_error is needed in fusa functions. Hence moved it
to pmu_gv11b_fusa.c. Moved compilation of pmu_gv11b.c under NON_FUSA
and updated the arch.

JIRA NVGPU-3690

Change-Id: I88488591a72b8e43eccba44fc2afe4d0b5973a1c
Signed-off-by: Sagar Kamble <skamble@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2156875
Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com>
Reviewed-by: Deepak Nibade <dnibade@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Alex Waterman <alexw@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Sagar Kamble
2019-07-19 10:23:48 +05:30
committed by mobile promotions
parent bda3f066e7
commit ccef4f9c56
4 changed files with 20 additions and 16 deletions

View File

@@ -536,21 +536,25 @@ fb:
hal/fb/intr/fb_intr_ecc_gv11b_fusa.c,
hal/fb/intr/fb_intr_tu104.c, hal/fb/intr/fb_intr_tu104.h ]
pmu:
pmu_fusa:
safe: yes
owner: Mahantesh K
sources: [ hal/pmu/pmu_gp106_fusa.c,
hal/pmu/pmu_gp106.h,
hal/pmu/pmu_gv11b_fusa.c,
hal/pmu/pmu_gv11b.h ]
pmu:
safe: no
owner: Mahantesh K
sources: [ hal/pmu/pmu_gk20a.c,
hal/pmu/pmu_gk20a.h,
hal/pmu/pmu_gm20b.c,
hal/pmu/pmu_gm20b.h,
hal/pmu/pmu_gp106.c,
hal/pmu/pmu_gp106_fusa.c,
hal/pmu/pmu_gp106.h,
hal/pmu/pmu_gp10b.c,
hal/pmu/pmu_gp10b.h,
hal/pmu/pmu_gv11b.c,
hal/pmu/pmu_gv11b_fusa.c,
hal/pmu/pmu_gv11b.h,
hal/pmu/pmu_tu104.c,
hal/pmu/pmu_tu104.h ]