summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
diff options
context:
space:
mode:
authorseshendra Gadagottu <sgadagottu@nvidia.com>2017-10-18 14:40:46 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-10-20 13:05:40 -0400
commit387ecf8a6360f463a129ab569aaef921fe0a2b0e (patch)
tree23aecdd91d5e305dc4d184db9ca60a1d14360538 /drivers/gpu/nvgpu/gv11b/gr_gv11b.h
parent98b08b413bb5ef082719bf2907629ab00137ec81 (diff)
gpu: nvgpu: gv1xx: Remove HAL for restore_context_header
gr restore_context_header is not required any more after enabling per context va mode for subcontext. Cleaning-up unused function pointers from gv100 and gv11b HAL. Change-Id: I65cc7d12d3c96726d323defd99726c3e259e7e63 Signed-off-by: seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1581432 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/gr_gv11b.h')
-rw-r--r--drivers/gpu/nvgpu/gv11b/gr_gv11b.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/gr_gv11b.h b/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
index dbaee5a7..ed469abd 100644
--- a/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
+++ b/drivers/gpu/nvgpu/gv11b/gr_gv11b.h
@@ -145,8 +145,6 @@ int gr_gv11b_load_smid_config(struct gk20a *g);
145int gr_gv11b_commit_inst(struct channel_gk20a *c, u64 gpu_va); 145int gr_gv11b_commit_inst(struct channel_gk20a *c, u64 gpu_va);
146int gr_gv11b_commit_global_timeslice(struct gk20a *g, 146int gr_gv11b_commit_global_timeslice(struct gk20a *g,
147 struct channel_gk20a *c, bool patch); 147 struct channel_gk20a *c, bool patch);
148void gv11b_restore_context_header(struct gk20a *g,
149 struct nvgpu_mem *ctxheader);
150void gr_gv11b_write_zcull_ptr(struct gk20a *g, 148void gr_gv11b_write_zcull_ptr(struct gk20a *g,
151 struct nvgpu_mem *mem, u64 gpu_va); 149 struct nvgpu_mem *mem, u64 gpu_va);
152void gr_gv11b_write_pm_ptr(struct gk20a *g, 150void gr_gv11b_write_pm_ptr(struct gk20a *g,