From 85ba7321e73a7e44a3e0576c797899451a8be73d Mon Sep 17 00:00:00 2001 From: Thomas Fleury Date: Fri, 21 Feb 2020 09:26:54 -0500 Subject: [PATCH] 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 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2300836 Tested-by: mobile promotions Reviewed-by: mobile promotions --- userspace/units/sync/nvgpu-sync.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/userspace/units/sync/nvgpu-sync.h b/userspace/units/sync/nvgpu-sync.h index 8ba86214b..40aad716d 100644 --- a/userspace/units/sync/nvgpu-sync.h +++ b/userspace/units/sync/nvgpu-sync.h @@ -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 *