mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
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:
committed by
Alex Waterman
parent
deff8257a1
commit
59a1838d7d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user