From 9cc80a72344f84b9fcb7db30922dfbb687383840 Mon Sep 17 00:00:00 2001 From: tkudav Date: Fri, 10 Jan 2020 12:40:20 +0530 Subject: [PATCH] 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 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2277088 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Deepak Nibade GVS: Gerrit_Virtual_Submit Reviewed-by: mobile promotions Tested-by: mobile promotions --- userspace/units/class/nvgpu-class.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/userspace/units/class/nvgpu-class.h b/userspace/units/class/nvgpu-class.h index ab7122d1d..9a101fad7 100644 --- a/userspace/units/class/nvgpu-class.h +++ b/userspace/units/class/nvgpu-class.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"), @@ -39,8 +39,8 @@ struct unit_module; * * Test Type: Feature * - * Targets: #gv11b_class_is_valid_compute, - * #gv11b_class_is_valid. + * Targets: gops_class.is_valid_compute, gv11b_class_is_valid_compute, + * gops_class.is_valid, gv11b_class_is_valid * * Input: None *