summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a
diff options
context:
space:
mode:
authorMahantesh Kumbar <mkumbar@nvidia.com>2017-10-20 03:04:00 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-10-25 20:29:36 -0400
commit0dcf0ede812aa55aa106a5e6c2f86216fcbfd5e0 (patch)
tree6414aa6c9966e98b7c58a9700a8e76abe1f93999 /drivers/gpu/nvgpu/gk20a
parentc79112f3b1e2a428603e06486bd3cea83942c14e (diff)
gpu: nvgpu: move clk_arb to linux specific
- Clock arbiter has lot of linux dependent code so moved clk_arb.c to common/linux folder & clk_arb.h to include/nvgpu/clk_arb.h, this move helps to unblock QNX. - QNX must implement functions present under clk_arb.h as needed. JIRA NVGPU-33 Change-Id: I38369fafda9c2cb9ba2175b3e530e40d0c746601 Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1582473 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a')
-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 4f3b34b8..13d534c4 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -58,6 +58,7 @@ struct nvgpu_warpstate;
58#include <nvgpu/atomic.h> 58#include <nvgpu/atomic.h>
59#include <nvgpu/barrier.h> 59#include <nvgpu/barrier.h>
60#include <nvgpu/rwsem.h> 60#include <nvgpu/rwsem.h>
61#include <nvgpu/clk_arb.h>
61 62
62#include "clk_gk20a.h" 63#include "clk_gk20a.h"
63#include "ce2_gk20a.h" 64#include "ce2_gk20a.h"
@@ -70,7 +71,6 @@ struct nvgpu_warpstate;
70#include "therm_gk20a.h" 71#include "therm_gk20a.h"
71#ifdef CONFIG_ARCH_TEGRA_18x_SOC 72#ifdef CONFIG_ARCH_TEGRA_18x_SOC
72#include "clk/clk.h" 73#include "clk/clk.h"
73#include "clk/clk_arb.h"
74#include "perf/perf.h" 74#include "perf/perf.h"
75#include "pmgr/pmgr.h" 75#include "pmgr/pmgr.h"
76#include "therm/thrm.h" 76#include "therm/thrm.h"