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, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
index 8b9f04dd..1da114ac 100644
--- a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
+++ b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
@@ -351,6 +351,7 @@ static const struct gpu_ops vgpu_gp10b_ops = {
351 .channel_suspend = gk20a_channel_suspend, 351 .channel_suspend = gk20a_channel_suspend,
352 .channel_resume = gk20a_channel_resume, 352 .channel_resume = gk20a_channel_resume,
353 .set_error_notifier = nvgpu_set_error_notifier, 353 .set_error_notifier = nvgpu_set_error_notifier,
354 .setup_sw = gk20a_init_fifo_setup_sw,
354#ifdef CONFIG_TEGRA_GK20A_NVHOST 355#ifdef CONFIG_TEGRA_GK20A_NVHOST
355 .alloc_syncpt_buf = gk20a_fifo_alloc_syncpt_buf, 356 .alloc_syncpt_buf = gk20a_fifo_alloc_syncpt_buf,
356 .free_syncpt_buf = gk20a_fifo_free_syncpt_buf, 357 .free_syncpt_buf = gk20a_fifo_free_syncpt_buf,
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index 32edbd21..cfbdbbad 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -394,6 +394,7 @@ static const struct gpu_ops vgpu_gv11b_ops = {
394 .channel_suspend = gk20a_channel_suspend, 394 .channel_suspend = gk20a_channel_suspend,
395 .channel_resume = gk20a_channel_resume, 395 .channel_resume = gk20a_channel_resume,
396 .set_error_notifier = nvgpu_set_error_notifier, 396 .set_error_notifier = nvgpu_set_error_notifier,
397 .setup_sw = gk20a_init_fifo_setup_sw,
397#ifdef CONFIG_TEGRA_GK20A_NVHOST 398#ifdef CONFIG_TEGRA_GK20A_NVHOST
398 .alloc_syncpt_buf = vgpu_gv11b_fifo_alloc_syncpt_buf, 399 .alloc_syncpt_buf = vgpu_gv11b_fifo_alloc_syncpt_buf,
399 .free_syncpt_buf = gv11b_fifo_free_syncpt_buf, 400 .free_syncpt_buf = gv11b_fifo_free_syncpt_buf,