summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
index 708c52a1..7810ab42 100644
--- a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
+++ b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
@@ -86,7 +86,7 @@ static const struct gpu_ops vgpu_gp10b_ops = {
86 .isr = gp10b_ltc_isr, 86 .isr = gp10b_ltc_isr,
87 .cbc_fix_config = gm20b_ltc_cbc_fix_config, 87 .cbc_fix_config = gm20b_ltc_cbc_fix_config,
88 .flush = gm20b_flush_ltc, 88 .flush = gm20b_flush_ltc,
89 .set_enabled = gp10b_ltc_set_enabled, 89 .set_enabled = NULL,
90 }, 90 },
91 .ce2 = { 91 .ce2 = {
92 .isr_stall = gp10b_ce_isr, 92 .isr_stall = gp10b_ce_isr,