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.c1
-rw-r--r--drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c1
2 files changed, 0 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 61ab3b1b..e23595a0 100644
--- a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
+++ b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
@@ -236,7 +236,6 @@ static const struct gpu_ops vgpu_gp10b_ops = {
236 .set_debug_mode = gm20b_gr_set_debug_mode, 236 .set_debug_mode = gm20b_gr_set_debug_mode,
237 }, 237 },
238 .fb = { 238 .fb = {
239 .reset = NULL,
240 .init_hw = NULL, 239 .init_hw = NULL,
241 .init_fs_state = NULL, 240 .init_fs_state = NULL,
242 .set_mmu_page_size = NULL, 241 .set_mmu_page_size = NULL,
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index a024a0ea..497c904b 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -276,7 +276,6 @@ static const struct gpu_ops vgpu_gv11b_ops = {
276 .set_debug_mode = gm20b_gr_set_debug_mode, 276 .set_debug_mode = gm20b_gr_set_debug_mode,
277 }, 277 },
278 .fb = { 278 .fb = {
279 .reset = NULL,
280 .init_hw = NULL, 279 .init_hw = NULL,
281 .init_fs_state = NULL, 280 .init_fs_state = NULL,
282 .init_cbc = NULL, 281 .init_cbc = NULL,