gpu: nvgpu: arch: add syncpt FUSA file to safe units

The gv11b syncpt related files were incorrectly marked as non-FUSA.
This patch adds a syncpt_fusa unit to contain FUSA files.

JIRA NVGPU-1325

Change-Id: I005b4371b06a6332178fdfc8a0b7564fa6ada0aa
Signed-off-by: Nicolas Benech <nbenech@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2221173
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Nicolas Benech
2019-10-18 10:37:38 -04:00
committed by Alex Waterman
parent deff8257a1
commit 59a1838d7d

View File

@@ -395,21 +395,26 @@ mm:
hal/mm/mm_tu104.h]
sync:
safe: no
safe: yes
owner: Thomas F
children:
sema:
safe: no
sources: [ hal/sync/sema_cmdbuf_gk20a.c,
hal/sync/sema_cmdbuf_gk20a.h,
hal/sync/sema_cmdbuf_gv11b.c,
hal/sync/sema_cmdbuf_gv11b.h ]
syncpt:
safe: no
sources: [ hal/sync/syncpt_cmdbuf_gk20a.c,
hal/sync/syncpt_cmdbuf_gk20a.h,
hal/sync/syncpt_cmdbuf_gv11b.c,
hal/sync/syncpt_cmdbuf_gv11b_fusa.c,
hal/sync/syncpt_cmdbuf_gv11b.c]
syncpt_fusa:
safe: yes
sources: [ hal/sync/syncpt_cmdbuf_gv11b_fusa.c,
hal/sync/syncpt_cmdbuf_gv11b.h ]
therm_fusa:
safe: yes
owner: Seshendra G