summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv100/hal_gv100.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv100/hal_gv100.c')
-rw-r--r--drivers/gpu/nvgpu/gv100/hal_gv100.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gv100/hal_gv100.c b/drivers/gpu/nvgpu/gv100/hal_gv100.c
index 22e07288..a2b97520 100644
--- a/drivers/gpu/nvgpu/gv100/hal_gv100.c
+++ b/drivers/gpu/nvgpu/gv100/hal_gv100.c
@@ -425,6 +425,7 @@ static const struct gpu_ops gv100_ops = {
425 .handle_tpc_sm_ecc_exception = 425 .handle_tpc_sm_ecc_exception =
426 gr_gv11b_handle_tpc_sm_ecc_exception, 426 gr_gv11b_handle_tpc_sm_ecc_exception,
427 .decode_egpc_addr = gv11b_gr_decode_egpc_addr, 427 .decode_egpc_addr = gv11b_gr_decode_egpc_addr,
428 .fecs_host_int_enable = gr_gv11b_fecs_host_int_enable,
428 }, 429 },
429 .fb = { 430 .fb = {
430 .reset = gv100_fb_reset, 431 .reset = gv100_fb_reset,