From 50d1b0c72bfa5bf662c04db85e39c04ca3abfd67 Mon Sep 17 00:00:00 2001 From: Antony Clince Alex Date: Wed, 25 Apr 2018 21:26:21 +0530 Subject: gpu: nvgpu: os-agnostic segregation of sim/sim_pci segregated os-agnostic function from linux/sim.c and linux/sim_pci.c to sim.c and sim_pci.c, while retaining os-specific functions. renamed all gk20a_* api's to nvgpu_*. renamed hw_sim_gk20a.h to nvgpu/hw_sim.h moved hw_sim_pci.h to nvgpu/hw_sim_pci.h JIRA VQRM-2368 Change-Id: I040a6b12b19111a0b99280245808ea2b0f344cdd Signed-off-by: Antony Clince Alex Reviewed-on: https://git-master.nvidia.com/r/1702425 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gk20a/gk20a.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h') diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h index 476c1dd3..7e1e751b 100644 --- a/drivers/gpu/nvgpu/gk20a/gk20a.h +++ b/drivers/gpu/nvgpu/gk20a/gk20a.h @@ -28,7 +28,7 @@ struct gk20a; struct fifo_gk20a; struct channel_gk20a; struct gr_gk20a; -struct sim_gk20a; +struct sim_nvgpu; struct gk20a_ctxsw_ucode_segments; struct gk20a_fecs_trace; struct gk20a_ctxsw_trace; @@ -1287,7 +1287,7 @@ struct gk20a { struct fifo_gk20a fifo; struct nvgpu_nvlink_dev nvlink; struct gr_gk20a gr; - struct sim_gk20a *sim; + struct sim_nvgpu *sim; struct mm_gk20a mm; struct nvgpu_pmu pmu; struct acr_desc acr; -- cgit v1.2.2