From 952606b3b98f2994009288d6f628d4a8e70556bb Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Mon, 30 Oct 2017 13:29:14 -0700 Subject: gpu: nvgpu: Initialize Linux sched in Linux code Initialize Linux scheduling extensions from Linux code. This removes a dependency between common and Linux code. JIRA NVGPU-259 Change-Id: Ibd882f82479eaac05ecc8cf743dd4a89bd7386f2 Signed-off-by: Terje Bergstrom Reviewed-on: https://git-master.nvidia.com/r/1588663 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gk20a/gk20a.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.c') diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c index f2bb6dcf..a282110a 100644 --- a/drivers/gpu/nvgpu/gk20a/gk20a.c +++ b/drivers/gpu/nvgpu/gk20a/gk20a.c @@ -300,12 +300,6 @@ int gk20a_finalize_poweron(struct gk20a *g) nvgpu_warn(g, "could not initialize ctxsw tracing"); #endif - err = gk20a_sched_ctrl_init(g); - if (err) { - nvgpu_err(g, "failed to init sched control"); - goto done; - } - /* Restore the debug setting */ g->ops.fb.set_debug_mode(g, g->mmu_debug_ctrl); -- cgit v1.2.2