summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/pmu_gv11b.h
diff options
context:
space:
mode:
authorSunny He <suhe@nvidia.com>2017-07-24 15:19:53 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-07-26 05:45:15 -0400
commit2b98e1308d49b9c941d8fa6fc87f67108d6d9370 (patch)
tree2f98fefd5068e05a04b11e6957fa7d165bbd22ac /drivers/gpu/nvgpu/gv11b/pmu_gv11b.h
parenta5d6970df79ab712a7db76e7a02bceaa590ae1d9 (diff)
gpu: nvgpu: gv11b: Remove privsecurity from gpu_ops
Replace privsecurity boolean flag in gpu_ops with entry in common flag system. The new common flag is NVGPU_SEC_PRIVSECURITY Jira NVGPU-74 Change-Id: I4c11e3a89a76abe137cf61b69ad0fbcd665554b7 Signed-off-by: Sunny He <suhe@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1525714 Reviewed-by: Alex Waterman <alexw@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/pmu_gv11b.h')
-rw-r--r--drivers/gpu/nvgpu/gv11b/pmu_gv11b.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/pmu_gv11b.h b/drivers/gpu/nvgpu/gv11b/pmu_gv11b.h
index c99923e7..ce10c4cb 100644
--- a/drivers/gpu/nvgpu/gv11b/pmu_gv11b.h
+++ b/drivers/gpu/nvgpu/gv11b/pmu_gv11b.h
@@ -1,7 +1,7 @@
1/* 1/*
2 * GV11B PMU 2 * GV11B PMU
3 * 3 *
4 * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved.
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify it 6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms and conditions of the GNU General Public License, 7 * under the terms and conditions of the GNU General Public License,
@@ -16,6 +16,8 @@
16#ifndef __PMU_GV11B_H_ 16#ifndef __PMU_GV11B_H_
17#define __PMU_GV11B_H_ 17#define __PMU_GV11B_H_
18 18
19void gv11b_init_pmu_ops(struct gpu_ops *gops); 19struct gk20a;
20
21void gv11b_init_pmu_ops(struct gk20a *g);
20 22
21#endif /*__PMU_GV11B_H_*/ 23#endif /*__PMU_GV11B_H_*/