From b144935644f76328aa9ec2592655b4553ed28222 Mon Sep 17 00:00:00 2001 From: Antony Clince Alex Date: Wed, 25 Apr 2018 13:42:16 +0530 Subject: 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 Reviewed-on: https://git-master.nvidia.com/r/1702178 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svc-mobile-coverity Reviewed-by: Sourab Gupta GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/common/linux/sim.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'drivers/gpu/nvgpu/common/linux/sim.h') 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 { struct sim_gk20a sim; struct resource *reg_mem; void __iomem *regs; - struct nvgpu_mem send_bfr; - struct nvgpu_mem recv_bfr; - struct nvgpu_mem msg_bfr; }; int gk20a_init_sim_support(struct gk20a *g); -- cgit v1.2.2