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 5750fd78..7156a29d 100644
--- a/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
+++ b/drivers/gpu/nvgpu/vgpu/gp10b/vgpu_hal_gp10b.c
@@ -221,6 +221,7 @@ static const struct gpu_ops vgpu_gp10b_ops = {
221 .get_max_gfxp_wfi_timeout_count = 221 .get_max_gfxp_wfi_timeout_count =
222 gr_gp10b_get_max_gfxp_wfi_timeout_count, 222 gr_gp10b_get_max_gfxp_wfi_timeout_count,
223 .add_ctxsw_reg_pm_fbpa = gr_gk20a_add_ctxsw_reg_pm_fbpa, 223 .add_ctxsw_reg_pm_fbpa = gr_gk20a_add_ctxsw_reg_pm_fbpa,
224 .add_ctxsw_reg_perf_pma = gr_gk20a_add_ctxsw_reg_perf_pma,
224 }, 225 },
225 .fb = { 226 .fb = {
226 .reset = fb_gk20a_reset, 227 .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 9588f4bd..2c81607d 100644
--- a/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
+++ b/drivers/gpu/nvgpu/vgpu/gv11b/vgpu_hal_gv11b.c
@@ -257,6 +257,7 @@ static const struct gpu_ops vgpu_gv11b_ops = {
257 .get_max_gfxp_wfi_timeout_count = 257 .get_max_gfxp_wfi_timeout_count =
258 gr_gv11b_get_max_gfxp_wfi_timeout_count, 258 gr_gv11b_get_max_gfxp_wfi_timeout_count,
259 .add_ctxsw_reg_pm_fbpa = gr_gk20a_add_ctxsw_reg_pm_fbpa, 259 .add_ctxsw_reg_pm_fbpa = gr_gk20a_add_ctxsw_reg_pm_fbpa,
260 .add_ctxsw_reg_perf_pma = gr_gk20a_add_ctxsw_reg_perf_pma,
260 }, 261 },
261 .fb = { 262 .fb = {
262 .reset = gv11b_fb_reset, 263 .reset = gv11b_fb_reset,