summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-06-20 15:55:49 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-06-21 20:34:54 -0400
commit974379ebb7e7acddc143923f094c58becf3067f1 (patch)
tree15d9711042f7e03758169519e853c8bf1572d345 /drivers/gpu/nvgpu/gk20a/gk20a.h
parent92c43deefca150854193c6720717d56b61989c23 (diff)
gpu: nvgpu: Move dma_params to os_linux
dma_params is inherently a Linux structure, so move it to os_linux. JIRA NVGPU-38 Change-Id: If81249b3cb7d65187202df72b35a1d24e274263b Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/1505928 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index cda70249..c53e83dd 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -1196,8 +1196,6 @@ struct gk20a {
1196 1196
1197 struct gk20a_sched_ctrl sched_ctrl; 1197 struct gk20a_sched_ctrl sched_ctrl;
1198 1198
1199 struct device_dma_parameters dma_parms;
1200
1201 struct gk20a_cde_app cde_app; 1199 struct gk20a_cde_app cde_app;
1202 bool mmu_debug_ctrl; 1200 bool mmu_debug_ctrl;
1203 1201