gpu: nvgpu: Update Targets in common.class SWUTS

Update the "Targets:" field entries to match the names of
gops function pointers in SWUD.

JIRA NVGPU-4679

Change-Id: I06489c0b0b01143b410f53bfd382f1a50a40a8c9
Signed-off-by: tkudav <tkudav@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2277088
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Deepak Nibade <dnibade@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
tkudav
2020-01-10 12:40:20 +05:30
committed by Alex Waterman
parent 5152391572
commit 9cc80a7234

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"),
@@ -39,8 +39,8 @@ struct unit_module;
* *
* Test Type: Feature * Test Type: Feature
* *
* Targets: #gv11b_class_is_valid_compute, * Targets: gops_class.is_valid_compute, gv11b_class_is_valid_compute,
* #gv11b_class_is_valid. * gops_class.is_valid, gv11b_class_is_valid
* *
* Input: None * Input: None
* *