gpu: nvgpu: Add traceability and UTS in ACR and PMU

- Add unit test specification for PMU unit
- Updated unit test specifcation in ACR unit and add
  traceability from test to design.

JIRA NVGPU-4319
JIRA NVGPU-2192

Change-Id: Ic483ec18844cb828002ed7d354cf112f3ea03898
Signed-off-by: Divya Singhatwaria <dsinghatwari@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2289559
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Divya Singhatwaria
2020-02-04 12:13:43 +05:30
committed by Alex Waterman
parent 6b7527dd0e
commit 374a0a1dbe
6 changed files with 239 additions and 67 deletions

View File

@@ -1100,7 +1100,7 @@ int test_acr_init(struct unit_module *m,
return UNIT_SUCCESS;
}
int free_falcon_test_env(struct unit_module *m, struct gk20a *g,
static int free_falcon_test_env(struct unit_module *m, struct gk20a *g,
void *__args)
{
if (pmu_flcn == NULL) {