From 3c6d4ede348cfede99ab1e63fae462687fdb589a Mon Sep 17 00:00:00 2001 From: Deepak Nibade Date: Tue, 7 Jan 2020 16:03:21 +0530 Subject: [PATCH] gpu: nvgpu: unit: update test type for test_gr_setup_set_preemption_mode Test case test_gr_setup_set_preemption_mode emulates user mode sequence to set the preemption mode once after creating the context. This test is used to show that there is no race or deadlock involved while setting the preemption mode from user space. This test is used to prove one of the action coming from FMEA of common.gr unit. Hence update the test type to include "Safety". Jira NVGPU-4125 Change-Id: I3153772dfe790e6e4dba99dd94fbfd40c9d6f129 Signed-off-by: Deepak Nibade Reviewed-on: https://git-master.nvidia.com/r/2274968 Reviewed-by: Nitin Kumbhar GVS: Gerrit_Virtual_Submit Reviewed-by: mobile promotions Tested-by: mobile promotions --- userspace/units/gr/setup/nvgpu-gr-setup.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userspace/units/gr/setup/nvgpu-gr-setup.h b/userspace/units/gr/setup/nvgpu-gr-setup.h index 8058abe00..a45dbb003 100644 --- a/userspace/units/gr/setup/nvgpu-gr-setup.h +++ b/userspace/units/gr/setup/nvgpu-gr-setup.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"), @@ -69,7 +69,7 @@ int test_gr_setup_alloc_obj_ctx(struct unit_module *m, * * Description: This test helps to verify set_preemption_mode. * - * Test Type: Feature + * Test Type: Feature, Safety * * Targets: #nvgpu_gr_setup_set_preemption_mode, * #nvgpu_gr_obj_ctx_set_ctxsw_preemption_mode,