summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/acr_gm20b.h
diff options
context:
space:
mode:
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/*!