summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/regops_gv11b.c
diff options
context:
space:
mode:
authorVinod G <vinodg@nvidia.com>2018-07-19 19:36:57 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-07-24 22:34:02 -0400
commitd80e8168755da80987a654b910a5ce1f6f273223 (patch)
treeb36d934bb02b7c00a44f08fa6b02a27dd79311f6 /drivers/gpu/nvgpu/gv11b/regops_gv11b.c
parent509139b8a00a8dbf13d71ea2e933319597c3a390 (diff)
gpu: nvgpu: gv11b: update regops whitelist
Update the regops whitelist registers. newly added whitelisted registers are NV_PERF_PMASYS_RECORD_START_TRIGGERCNT NV_PERF_PMASYS_RECORD_STOP_TRIGGERCNT NV_PERF_PMASYS_RECORD_TOTAL_TRIGGERCNT Bug 2251693 Change-Id: If974e9517e1bb25cf29aed468ce0c20c23199857 Signed-off-by: Vinod G <vinodg@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1782112 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svc-misra-checker <svc-misra-checker@nvidia.com> Reviewed-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/regops_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/regops_gv11b.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/regops_gv11b.c b/drivers/gpu/nvgpu/gv11b/regops_gv11b.c
index 29355f43..f84b5066 100644
--- a/drivers/gpu/nvgpu/gv11b/regops_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/regops_gv11b.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * Tegra GV11b GPU Driver Register Ops 2 * Tegra GV11b GPU Driver Register Ops
3 * 3 *
4 * Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2017-2018, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a 6 * Permission is hereby granted, free of charge, to any person obtaining a
7 * copy of this software and associated documentation files (the "Software"), 7 * copy of this software and associated documentation files (the "Software"),
@@ -577,6 +577,7 @@ static const struct regop_offset_range gv11b_global_whitelist_ranges[] = {
577 { 0x0024a094, 3}, 577 { 0x0024a094, 3},
578 { 0x0024a0a4, 1}, 578 { 0x0024a0a4, 1},
579 { 0x0024a100, 6}, 579 { 0x0024a100, 6},
580 { 0x0024a600, 3},
580 { 0x00250040, 33}, 581 { 0x00250040, 33},
581 { 0x002500c8, 7}, 582 { 0x002500c8, 7},
582 { 0x002500ec, 1}, 583 { 0x002500ec, 1},