summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-10-17 13:44:51 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-10-20 13:05:29 -0400
commitd7fe2fbacb06e95f921f27f99f457904a0c3a57a (patch)
tree4125b78771bfdb56b55b2681f10bfc4aff85dc47 /drivers/gpu/nvgpu/gk20a/gk20a.h
parenta2c9c6ba0573bde2d4eada8a39d4e97f9749eef1 (diff)
gpu: nvgpu: Move sched to be Linux specific
Move sched parameter APIs to be Linux specific implementation. At the same time the sched_ctrl fields were moved to nvgpu_os_linux. JIRA NVGPU-259 Change-Id: I2397e2602e1c4783f2bebf3aec462634b7f86d4a Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1580649 GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index b55f4517..ba932df2 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -67,7 +67,6 @@ struct nvgpu_warpstate;
67#include "pmu_gk20a.h" 67#include "pmu_gk20a.h"
68#include "priv_ring_gk20a.h" 68#include "priv_ring_gk20a.h"
69#include "therm_gk20a.h" 69#include "therm_gk20a.h"
70#include "sched_gk20a.h"
71#ifdef CONFIG_ARCH_TEGRA_18x_SOC 70#ifdef CONFIG_ARCH_TEGRA_18x_SOC
72#include "clk/clk.h" 71#include "clk/clk.h"
73#include "clk/clk_arb.h" 72#include "clk/clk_arb.h"
@@ -1220,8 +1219,6 @@ struct gk20a {
1220 struct gk20a_ctxsw_trace *ctxsw_trace; 1219 struct gk20a_ctxsw_trace *ctxsw_trace;
1221 struct gk20a_fecs_trace *fecs_trace; 1220 struct gk20a_fecs_trace *fecs_trace;
1222 1221
1223 struct gk20a_sched_ctrl sched_ctrl;
1224
1225 bool mmu_debug_ctrl; 1222 bool mmu_debug_ctrl;
1226 1223
1227 u32 tpc_fs_mask_user; 1224 u32 tpc_fs_mask_user;