summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm206/acr_gm206.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm206/acr_gm206.h')
-rw-r--r--drivers/gpu/nvgpu/gm206/acr_gm206.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm206/acr_gm206.h b/drivers/gpu/nvgpu/gm206/acr_gm206.h
index 86bc642a..b0ccbf9c 100644
--- a/drivers/gpu/nvgpu/gm206/acr_gm206.h
+++ b/drivers/gpu/nvgpu/gm206/acr_gm206.h
@@ -42,6 +42,8 @@ struct flcn_bl_dmem_desc_v1 {
42 u32 code_entry_point; 42 u32 code_entry_point;
43 struct falc_u64 data_dma_base; 43 struct falc_u64 data_dma_base;
44 u32 data_size; 44 u32 data_size;
45 u32 argc;
46 u32 argv;
45}; 47};
46 48
47/*! 49/*!