From 0767b5bd44c6c1ef5d2eac7fad6ecb93afa49c35 Mon Sep 17 00:00:00 2001 From: Seema Khowala Date: Thu, 31 Oct 2019 14:51:09 -0700 Subject: [PATCH] gpu: nvgpu: arch: add sync as safe unit This is also needed to get rid of sphinx build error for common.fifo SWUD. Change-Id: Ib63ed258b44b7dba99105fa2ac17fe93bb9941ac Signed-off-by: Seema Khowala Reviewed-on: https://git-master.nvidia.com/r/2229623 Reviewed-by: mobile promotions Tested-by: mobile promotions --- arch/nvgpu-common.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/arch/nvgpu-common.yaml b/arch/nvgpu-common.yaml index 2bf549447..706f04969 100644 --- a/arch/nvgpu-common.yaml +++ b/arch/nvgpu-common.yaml @@ -965,17 +965,19 @@ sec2: include/nvgpu/sec2/lsfm.h ] sync: - safe: no - owner: Konsta H + owner: Thomas F children: sync: + safe: yes sources: [ common/sync/channel_sync.c, common/sync/channel_sync_priv.h, include/nvgpu/channel_sync.h ] syncpt: + safe: yes sources: [ common/sync/channel_sync_syncpt.c, include/nvgpu/channel_sync_syncpt.h ] syncsema: + safe: no sources: [ common/sync/channel_sync_semaphore.c, include/nvgpu/channel_sync_semaphore.h ] power_features: