summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/acr_gm20b.h
diff options
context:
space:
mode:
authorMahantesh Kumbar <mkumbar@nvidia.com>2015-04-07 05:57:24 -0400
committerIshan Mittal <imittal@nvidia.com>2015-05-18 02:01:38 -0400
commitae2a356f367eb399519d194a33aba6e0f83834a4 (patch)
tree35ae4da3b93b1bca042a21b50864023d6f073cbe /drivers/gpu/nvgpu/gm20b/acr_gm20b.h
parent3090ace7937e38513c421426f1066836ef55877e (diff)
gpu: nvgpu: updated gpmu interface data struct.
- pmu version 19494277 is from CL 19495746 - updated gpmu interface data struct with respect to latest pmu ucode interface headers. gpmuifpg.h - 19199047 gpmuifperfmon.h - 18238819 gpmuifpmu.h - 19199047 gpmuifacr.h - 19343196 gpmuifcmn.h - 19264862 rmflcnbl.h - 19317152 Bug 200085428 Change-Id: I7db56dcf5a3038b40da37a69e8723a2e9a652e4b Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-on: http://git-master/r/728461 Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/acr_gm20b.h')
-rw-r--r--drivers/gpu/nvgpu/gm20b/acr_gm20b.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/acr_gm20b.h b/drivers/gpu/nvgpu/gm20b/acr_gm20b.h
index 8970bf55..c279d797 100644
--- a/drivers/gpu/nvgpu/gm20b/acr_gm20b.h
+++ b/drivers/gpu/nvgpu/gm20b/acr_gm20b.h
@@ -198,6 +198,8 @@ struct flcn_bl_dmem_desc {
198 u32 code_entry_point; 198 u32 code_entry_point;
199 u32 data_dma_base; 199 u32 data_dma_base;
200 u32 data_size; 200 u32 data_size;
201 u32 code_dma_base1;
202 u32 data_dma_base1;
201}; 203};
202 204
203/*! 205/*!
@@ -214,6 +216,9 @@ struct loader_config {
214 u32 overlay_dma_base; /*<! upper 32-bits of the 40-bit dma address*/ 216 u32 overlay_dma_base; /*<! upper 32-bits of the 40-bit dma address*/
215 u32 argc; 217 u32 argc;
216 u32 argv; 218 u32 argv;
219 u32 code_dma_base1; /*<! upper 7 bits of 47-bit dma address*/
220 u32 data_dma_base1; /*<! upper 7 bits of 47-bit dma address*/
221 u32 overlay_dma_base1; /*<! upper 7 bits of the 47-bit dma address*/
217}; 222};
218 223
219/*! 224/*!