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:
Thomas Fleury
2020-02-21 09:26:54 -05:00
committed by Alex Waterman
parent 6669cbd7de
commit 85ba7321e7

View File

@@ -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 * Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"), * copy of this software and associated documentation files (the "Software"),
@@ -131,7 +131,8 @@ int test_sync_set_safe_state(struct unit_module *m, struct gk20a *g, void *args)
* *
* Test Type: Feature * Test Type: Feature
* *
* Targets: nvgpu_channel_sync_to_syncpt, nvgpu_channel_sync_get_syncpt_id * Targets: nvgpu_channel_sync_to_syncpt,
* nvgpu_channel_sync_get_syncpt_id,
* nvgpu_channel_sync_get_syncpt_address * nvgpu_channel_sync_get_syncpt_address
* *
* Input: test_sync_init run for this GPU * Input: test_sync_init run for this GPU