summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/vgpu
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/vgpu')
-rw-r--r--drivers/gpu/nvgpu/common/linux/vgpu/gp10b/vgpu_hal_gp10b.c4
-rw-r--r--drivers/gpu/nvgpu/common/linux/vgpu/gv11b/vgpu_hal_gv11b.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/vgpu/gp10b/vgpu_hal_gp10b.c b/drivers/gpu/nvgpu/common/linux/vgpu/gp10b/vgpu_hal_gp10b.c
index b35cac90..acd0ad5d 100644
--- a/drivers/gpu/nvgpu/common/linux/vgpu/gp10b/vgpu_hal_gp10b.c
+++ b/drivers/gpu/nvgpu/common/linux/vgpu/gp10b/vgpu_hal_gp10b.c
@@ -209,6 +209,10 @@ static const struct gpu_ops vgpu_gp10b_ops = {
209 .set_ctxsw_preemption_mode = 209 .set_ctxsw_preemption_mode =
210 vgpu_gr_gp10b_set_ctxsw_preemption_mode, 210 vgpu_gr_gp10b_set_ctxsw_preemption_mode,
211 .init_ctxsw_hdr_data = gr_gp10b_init_ctxsw_hdr_data, 211 .init_ctxsw_hdr_data = gr_gp10b_init_ctxsw_hdr_data,
212 .init_gfxp_wfi_timeout_count =
213 gr_gp10b_init_gfxp_wfi_timeout_count,
214 .get_max_gfxp_wfi_timeout_count =
215 gr_gp10b_get_max_gfxp_wfi_timeout_count,
212 }, 216 },
213 .fb = { 217 .fb = {
214 .reset = fb_gk20a_reset, 218 .reset = fb_gk20a_reset,
diff --git a/drivers/gpu/nvgpu/common/linux/vgpu/gv11b/vgpu_hal_gv11b.c b/drivers/gpu/nvgpu/common/linux/vgpu/gv11b/vgpu_hal_gv11b.c
index a7491b20..a470377c 100644
--- a/drivers/gpu/nvgpu/common/linux/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/common/linux/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -248,6 +248,10 @@ static const struct gpu_ops vgpu_gv11b_ops = {
248 gr_gv11b_handle_tpc_sm_ecc_exception, 248 gr_gv11b_handle_tpc_sm_ecc_exception,
249 .decode_egpc_addr = gv11b_gr_decode_egpc_addr, 249 .decode_egpc_addr = gv11b_gr_decode_egpc_addr,
250 .init_ctxsw_hdr_data = gr_gp10b_init_ctxsw_hdr_data, 250 .init_ctxsw_hdr_data = gr_gp10b_init_ctxsw_hdr_data,
251 .init_gfxp_wfi_timeout_count =
252 gr_gv11b_init_gfxp_wfi_timeout_count,
253 .get_max_gfxp_wfi_timeout_count =
254 gr_gv11b_get_max_gfxp_wfi_timeout_count,
251 }, 255 },
252 .fb = { 256 .fb = {
253 .reset = gv11b_fb_reset, 257 .reset = gv11b_fb_reset,