From d80e8168755da80987a654b910a5ce1f6f273223 Mon Sep 17 00:00:00 2001 From: Vinod G Date: Thu, 19 Jul 2018 16:36:57 -0700 Subject: 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 Reviewed-on: https://git-master.nvidia.com/r/1782112 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svc-misra-checker Reviewed-by: Deepak Nibade Reviewed-by: Seshendra Gadagottu Reviewed-by: Vijayakumar Subbu GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gv11b/regops_gv11b.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gv11b/regops_gv11b.c') 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 @@ /* * Tegra GV11b GPU Driver Register Ops * - * Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2017-2018, 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"), @@ -577,6 +577,7 @@ static const struct regop_offset_range gv11b_global_whitelist_ranges[] = { { 0x0024a094, 3}, { 0x0024a0a4, 1}, { 0x0024a100, 6}, + { 0x0024a600, 3}, { 0x00250040, 33}, { 0x002500c8, 7}, { 0x002500ec, 1}, -- cgit v1.2.2