summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gv11b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gv11b')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index 80ed59a2..9226206a 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -232,7 +232,6 @@ static const struct gpu_ops vgpu_gv11b_ops = {
232 .handle_tpc_mpc_exception = gr_gv11b_handle_tpc_mpc_exception, 232 .handle_tpc_mpc_exception = gr_gv11b_handle_tpc_mpc_exception,
233 .zbc_s_query_table = gr_gv11b_zbc_s_query_table, 233 .zbc_s_query_table = gr_gv11b_zbc_s_query_table,
234 .load_zbc_s_default_tbl = gr_gv11b_load_stencil_default_tbl, 234 .load_zbc_s_default_tbl = gr_gv11b_load_stencil_default_tbl,
235 .restore_context_header = gv11b_restore_context_header,
236 .handle_gpc_gpcmmu_exception = 235 .handle_gpc_gpcmmu_exception =
237 gr_gv11b_handle_gpc_gpcmmu_exception, 236 gr_gv11b_handle_gpc_gpcmmu_exception,
238 .add_zbc_type_s = gr_gv11b_add_zbc_type_s, 237 .add_zbc_type_s = gr_gv11b_add_zbc_type_s,