summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/sim.h
diff options
context:
space:
mode:
authorAntony Clince Alex <aalex@nvidia.com>2018-04-25 04:12:16 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-05-09 21:25:36 -0400
commitb144935644f76328aa9ec2592655b4553ed28222 (patch)
tree7c5883e71348743ea1ff774ab76919eb070c6068 /drivers/gpu/nvgpu/common/linux/sim.h
parent2a23cd249451c952aaab71eaad6cf5f77d2bc6e2 (diff)
gpu: nvgpu: refactored struct sim_gk20a
moved sim buffer(send, recv and msg) from os-specific structure to OS agnostic structure. JIRA VQRM-2368 Change-Id: I10ff23fe24d86f2bd372f1bae0369cc45aadfb80 Signed-off-by: Antony Clince Alex <aalex@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1702178 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: Sourab Gupta <sourabg@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/sim.h')
-rw-r--r--drivers/gpu/nvgpu/common/linux/sim.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/sim.h b/drivers/gpu/nvgpu/common/linux/sim.h
index 4b5e910c..e800728c 100644
--- a/drivers/gpu/nvgpu/common/linux/sim.h
+++ b/drivers/gpu/nvgpu/common/linux/sim.h
@@ -27,9 +27,6 @@ struct sim_gk20a_linux {
27 struct sim_gk20a sim; 27 struct sim_gk20a sim;
28 struct resource *reg_mem; 28 struct resource *reg_mem;
29 void __iomem *regs; 29 void __iomem *regs;
30 struct nvgpu_mem send_bfr;
31 struct nvgpu_mem recv_bfr;
32 struct nvgpu_mem msg_bfr;
33}; 30};
34 31
35int gk20a_init_sim_support(struct gk20a *g); 32int gk20a_init_sim_support(struct gk20a *g);