From 147dbf4d7c1ea5946138d269d5b6395f24fb6c2a Mon Sep 17 00:00:00 2001 From: ajesh Date: Mon, 14 Dec 2020 09:54:19 +0300 Subject: [PATCH] gpu: nvgpu: update targets field for sizes UT Update the targets field for the test test_size_defines in posix sizes unit test. Jira NVGPU-6253 Change-Id: I98d41ba87b7981ded794379da85f78e9df61d25d Signed-off-by: ajesh Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2459323 (cherry picked from commit e627e1a8acde6389b8cd28d943d3aafbe1721cfc) Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2461110 GVS: Gerrit_Virtual_Submit Tested-by: mobile promotions Reviewed-by: Rajesh Devaraj Reviewed-by: Vaibhav Kachore Reviewed-by: mobile promotions --- userspace/units/posix/sizes/posix-sizes.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/userspace/units/posix/sizes/posix-sizes.h b/userspace/units/posix/sizes/posix-sizes.h index c9e6b0964..0cc8f5a94 100644 --- a/userspace/units/posix/sizes/posix-sizes.h +++ b/userspace/units/posix/sizes/posix-sizes.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"), @@ -44,6 +44,9 @@ * * Test Type: Feature * + * Targets: SZ_256, SZ_1K, SZ_4K, SZ_64K, SZ_128K, SZ_1M, SZ_16M, SZ_32M, + * SZ_256M, SZ_512M, SZ_1G, SZ_4G. + * * Inputs: * None *