mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
gpu: nvgpu: posix: Make queue.c as a safe file
Make Queue.c as a safe file in YAML because Queue.c file APIs are used by SDL unit. JIRA NVGPU-2679 Change-Id: Ia1a69e0f09addf70dfedb52516ceb7642bd35c6e Signed-off-by: Petlozu Pravareshwar <petlozup@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2280026 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Philip Elcan <pelcan@nvidia.com> Reviewed-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Alex Waterman
parent
e4c9ab22f5
commit
b4029e9bfa
@@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2019, NVIDIA CORPORATION. All Rights Reserved.
|
||||
# Copyright (c) 2019-2020, NVIDIA CORPORATION. All Rights Reserved.
|
||||
#
|
||||
# POSIX elements and units in nvgpu.
|
||||
#
|
||||
@@ -34,8 +34,7 @@ all:
|
||||
os/posix/posix-vidmem.c,
|
||||
os/posix/fecs_trace_posix.c,
|
||||
os/posix/stubs.c,
|
||||
os/posix/posix-vpr.c,
|
||||
os/posix/queue.c ]
|
||||
os/posix/posix-vpr.c ]
|
||||
|
||||
headers:
|
||||
safe: no
|
||||
@@ -54,9 +53,14 @@ headers:
|
||||
include/nvgpu/posix/soc_fuse.h,
|
||||
include/nvgpu/posix/vm.h,
|
||||
include/nvgpu/posix/posix_vidmem.h,
|
||||
include/nvgpu/posix/queue.h,
|
||||
include/nvgpu/posix/posix-nvhost.h ]
|
||||
|
||||
queue:
|
||||
safe: yes
|
||||
owner: Rajesh D
|
||||
sources: [ os/posix/queue.c,
|
||||
include/nvgpu/posix/queue.h ]
|
||||
|
||||
sort:
|
||||
safe: yes
|
||||
owner: Ajesh K
|
||||
|
||||
Reference in New Issue
Block a user