summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/vgpu/gv11b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/vgpu/gv11b')
-rw-r--r--drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
index 2b65c992..d4a113f8 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -272,6 +272,8 @@ static const struct gpu_ops vgpu_gv11b_ops = {
272 .alloc_global_ctx_buffers = gr_gk20a_alloc_global_ctx_buffers, 272 .alloc_global_ctx_buffers = gr_gk20a_alloc_global_ctx_buffers,
273 .map_global_ctx_buffers = gr_gk20a_map_global_ctx_buffers, 273 .map_global_ctx_buffers = gr_gk20a_map_global_ctx_buffers,
274 .commit_global_ctx_buffers = gr_gk20a_commit_global_ctx_buffers, 274 .commit_global_ctx_buffers = gr_gk20a_commit_global_ctx_buffers,
275 .get_offset_in_gpccs_segment =
276 gr_gk20a_get_offset_in_gpccs_segment,
275 }, 277 },
276 .fb = { 278 .fb = {
277 .reset = gv11b_fb_reset, 279 .reset = gv11b_fb_reset,