gpu: nvgpu: unit test for common-io

This patch covers unit test for nvgpu_writel_check().

Jira NVGPU-4810

Change-Id: I173afd59a9e8fe9e647f260a70012f2c7c2d02f9
Signed-off-by: Prateek sethi <prsethi@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2293538
Reviewed-by: Rajesh Devaraj <rdevaraj@nvidia.com>
Reviewed-by: Ankur Kishore <ankkishore@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
GVS: Gerrit_Virtual_Submit
This commit is contained in:
Prateek sethi
2020-02-12 15:24:54 +05:30
committed by Alex Waterman
parent 406913dc42
commit a9f3890ad6
10 changed files with 238 additions and 1 deletions

View File

@@ -159,4 +159,5 @@ UNITS := \
$(UNIT_SRC)/cg \
$(UNIT_SRC)/rc \
$(UNIT_SRC)/sync \
$(UNIT_SRC)/ecc
$(UNIT_SRC)/ecc \
$(UNIT_SRC)/io