summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-06-22 15:58:43 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-06-30 21:34:58 -0400
commit82c0c96290602b1baf296133c7f55ae1848e433a (patch)
tree1f32dc8571ce777c50984be1194c68ddeea73b38 /drivers/gpu/nvgpu/gk20a/gr_gk20a.h
parent3ffcadc8dd6152d4ce2677b4e5d8e043a3df58ac (diff)
gpu: nvgpu: Remove gk20a support
Remove gk20a support. Leave only gk20a code which is reused by other GPUs. JIRA NVGPU-38 Change-Id: I3d5f2bc9f71cd9f161e64436561a5eadd5786a3b Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master/r/1507927 GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gr_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gr_gk20a.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
index 109ae0a3..dd11a082 100644
--- a/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gr_gk20a.h
@@ -484,7 +484,6 @@ struct gpu_ops;
484int gr_gk20a_load_golden_ctx_image(struct gk20a *g, 484int gr_gk20a_load_golden_ctx_image(struct gk20a *g,
485 struct channel_gk20a *c); 485 struct channel_gk20a *c);
486void gk20a_init_gr(struct gk20a *g); 486void gk20a_init_gr(struct gk20a *g);
487void gk20a_init_gr_ops(struct gpu_ops *gops);
488int gk20a_init_gr_support(struct gk20a *g); 487int gk20a_init_gr_support(struct gk20a *g);
489int gk20a_enable_gr_hw(struct gk20a *g); 488int gk20a_enable_gr_hw(struct gk20a *g);
490int gk20a_gr_reset(struct gk20a *g); 489int gk20a_gr_reset(struct gk20a *g);