mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 18:16:01 +03:00
gpu: nvgpu: unit: fix traceability for syncpt
Fixed 'Targets:' statement for test_sync_usermanaged_syncpt_apis. This will solve SWUD traceability issues for: - nvgpu_channel_sync_get_syncpt_id - nvgpu_channel_sync_get_syncpt_address Jira NVGPU-4890 Change-Id: Ibd104152d87104b3a741266c035efafbb21a4bc4 Signed-off-by: Thomas Fleury <tfleury@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2300836 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Alex Waterman
parent
6669cbd7de
commit
85ba7321e7
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
|
||||
* Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
@@ -131,8 +131,9 @@ int test_sync_set_safe_state(struct unit_module *m, struct gk20a *g, void *args)
|
||||
*
|
||||
* Test Type: Feature
|
||||
*
|
||||
* Targets: nvgpu_channel_sync_to_syncpt, nvgpu_channel_sync_get_syncpt_id
|
||||
* nvgpu_channel_sync_get_syncpt_address
|
||||
* Targets: nvgpu_channel_sync_to_syncpt,
|
||||
* nvgpu_channel_sync_get_syncpt_id,
|
||||
* nvgpu_channel_sync_get_syncpt_address
|
||||
*
|
||||
* Input: test_sync_init run for this GPU
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user