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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/acr_gm20b.h b/drivers/gpu/nvgpu/gm20b/acr_gm20b.h
index fd9cf2ec..d6315c2d 100644
--- a/drivers/gpu/nvgpu/gm20b/acr_gm20b.h
+++ b/drivers/gpu/nvgpu/gm20b/acr_gm20b.h
@@ -220,9 +220,9 @@ struct loader_config {
220 u32 overlay_dma_base; /*<! upper 32-bits of the 40-bit dma address*/ 220 u32 overlay_dma_base; /*<! upper 32-bits of the 40-bit dma address*/
221 u32 argc; 221 u32 argc;
222 u32 argv; 222 u32 argv;
223 u32 code_dma_base1; /*<! upper 7 bits of 47-bit dma address*/ 223 u16 code_dma_base1; /*<! upper 7 bits of 47-bit dma address*/
224 u32 data_dma_base1; /*<! upper 7 bits of 47-bit dma address*/ 224 u16 data_dma_base1; /*<! upper 7 bits of 47-bit dma address*/
225 u32 overlay_dma_base1; /*<! upper 7 bits of the 47-bit dma address*/ 225 u16 overlay_dma_base1; /*<! upper 7 bits of the 47-bit dma address*/
226}; 226};
227 227
228/*! 228/*!