summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/pmu_gp10b.h
diff options
context:
space:
mode:
authorMahantesh Kumbar <mkumbar@nvidia.com>2016-05-23 07:01:45 -0400
committerDeepak Nibade <dnibade@nvidia.com>2016-12-27 04:56:16 -0500
commita549165e7332c7618a61fbe65b86bf212901fee2 (patch)
tree57fc55ede4878c5e9d41fd1534678973de3d3e89 /drivers/gpu/nvgpu/gp10b/pmu_gp10b.h
parent5bc7b40524e0cd30ae5a601ed685bc2d470b8d78 (diff)
gpu: nvgpu: secure boot HAL update
-And also enable GPCCS load using DMA Updated/added secure boot HAL with methods required to support multiple GPU chips. JIRA DNVGPU-10 Change-Id: Id4546fa74954ba7be7c4544d74ad2b7a31b0ecec Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-on: http://git-master/r/1151788 Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/pmu_gp10b.h')
-rw-r--r--drivers/gpu/nvgpu/gp10b/pmu_gp10b.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/pmu_gp10b.h b/drivers/gpu/nvgpu/gp10b/pmu_gp10b.h
index f61f6a93..18e7bdd3 100644
--- a/drivers/gpu/nvgpu/gp10b/pmu_gp10b.h
+++ b/drivers/gpu/nvgpu/gp10b/pmu_gp10b.h
@@ -1,7 +1,7 @@
1/* 1/*
2 * GP10B PMU 2 * GP10B PMU
3 * 3 *
4 * Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved. 4 * Copyright (c) 2015-2016, 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,
@@ -17,5 +17,8 @@
17#define __PMU_GP10B_H_ 17#define __PMU_GP10B_H_
18 18
19void gp10b_init_pmu_ops(struct gpu_ops *gops); 19void gp10b_init_pmu_ops(struct gpu_ops *gops);
20int gp10b_load_falcon_ucode(struct gk20a *g, u32 falconidmask);
21int gp10b_pg_gr_init(struct gk20a *g, u8 grfeaturemask);
22void gp10b_write_dmatrfbase(struct gk20a *g, u32 addr);
20 23
21#endif /*__PMU_GP10B_H_*/ 24#endif /*__PMU_GP10B_H_*/