summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c2
-rw-r--r--drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c2
2 files changed, 2 insertions, 2 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,
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index 9fe76573..72db457b 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -104,7 +104,7 @@ static const struct gpu_ops vgpu_gv11b_ops = {
104 .cbc_ctrl = NULL, 104 .cbc_ctrl = NULL,
105 .isr = gv11b_ltc_isr, 105 .isr = gv11b_ltc_isr,
106 .flush = gm20b_flush_ltc, 106 .flush = gm20b_flush_ltc,
107 .set_enabled = gp10b_ltc_set_enabled, 107 .set_enabled = NULL,
108 }, 108 },
109 .ce2 = { 109 .ce2 = {
110 .isr_stall = gv11b_ce_isr, 110 .isr_stall = gv11b_ce_isr,