summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorDebarshi Dutta <ddutta@nvidia.com>2018-08-02 02:18:44 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-08-08 23:14:16 -0400
commitdb7bb6548b6f3c9da0f40a87ccbb9233c761c598 (patch)
treeacadaacbd24ccb3f64784afffdaad7d1cdb3a884 /drivers/gpu/nvgpu/gk20a/gk20a.h
parenta09b9cd587d27a3ef6479a17631c3497d447e7a9 (diff)
gpu: nvgpu: remove clk_arb.h to gk20a.h circular dependency
clk_arb.h and gk20a.h has circular dependencies to each other. This is removed by forward declaring struct gk20a in clk_arb.h and removing the header gk20a.h from clk_arb.h and similarly forward declaring struct nvgpu_clk_arb in gk20a.h and removing the header clk_arb.h from gk20a.h alongwith putting headers in every execution unit which calls clk_arb.h related methods. JIRA NVGPU-597 Change-Id: I7cedca17206c148b21d93e5d7f0d88c2f98b979a Signed-off-by: Debarshi Dutta <ddutta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1790915 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, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 2f940553..ffa5e318 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -41,6 +41,7 @@ struct nvgpu_nvhost_dev;
41struct nvgpu_cpu_time_correlation_sample; 41struct nvgpu_cpu_time_correlation_sample;
42struct nvgpu_mem_sgt; 42struct nvgpu_mem_sgt;
43struct nvgpu_warpstate; 43struct nvgpu_warpstate;
44struct nvgpu_clk_arb;
44#ifdef CONFIG_GK20A_CTXSW_TRACE 45#ifdef CONFIG_GK20A_CTXSW_TRACE
45struct nvgpu_ctxsw_trace_filter; 46struct nvgpu_ctxsw_trace_filter;
46#endif 47#endif
@@ -59,7 +60,6 @@ struct nvgpu_ctxsw_trace_filter;
59#include <nvgpu/atomic.h> 60#include <nvgpu/atomic.h>
60#include <nvgpu/barrier.h> 61#include <nvgpu/barrier.h>
61#include <nvgpu/rwsem.h> 62#include <nvgpu/rwsem.h>
62#include <nvgpu/clk_arb.h>
63#include <nvgpu/nvlink.h> 63#include <nvgpu/nvlink.h>
64#include <nvgpu/sim.h> 64#include <nvgpu/sim.h>
65#include <nvgpu/ecc.h> 65#include <nvgpu/ecc.h>