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, 4 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 5c210519..349548cd 100644
--- a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
+++ b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
@@ -235,6 +235,8 @@ static const struct gpu_ops vgpu_gp10b_ops = {
235 .alloc_global_ctx_buffers = gr_gk20a_alloc_global_ctx_buffers, 235 .alloc_global_ctx_buffers = gr_gk20a_alloc_global_ctx_buffers,
236 .map_global_ctx_buffers = gr_gk20a_map_global_ctx_buffers, 236 .map_global_ctx_buffers = gr_gk20a_map_global_ctx_buffers,
237 .commit_global_ctx_buffers = gr_gk20a_commit_global_ctx_buffers, 237 .commit_global_ctx_buffers = gr_gk20a_commit_global_ctx_buffers,
238 .get_offset_in_gpccs_segment =
239 gr_gk20a_get_offset_in_gpccs_segment,
238 }, 240 },
239 .fb = { 241 .fb = {
240 .reset = fb_gk20a_reset, 242 .reset = fb_gk20a_reset,
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,