gpu: nvgpu: flag for sema based kmd submit job tracking

Define a feature flag which can be set to enable the semaphore based job
submission tracking at kernel submit.

JIRA NVGPU-9588

Change-Id: I889bcf09f53f83428dc9dcd193dd7ba250573364
Signed-off-by: Ramalingam C <ramalingamc@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2898141
Reviewed-by: Martin Radev <mradev@nvidia.com>
Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com>
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
Ramalingam C
2023-05-03 18:52:20 +00:00
committed by mobile promotions
parent e46c1d2e10
commit 4e28efec1a

View File

@@ -233,6 +233,8 @@ struct gk20a;
"Multi process TSG sharing support"), \
DEFINE_FLAG(NVGPU_SUPPORT_MULTIMEDIA, \
"Multimedia engine support"), \
DEFINE_FLAG(NVGPU_SUPPORT_SEMA_BASED_GPFIFO_GET, \
"Semaphore based gpfifo get update support"), \
DEFINE_FLAG(NVGPU_MAX_ENABLED_BITS, "Marks max number of flags"),
/**