summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b')
-rw-r--r--drivers/gpu/nvgpu/gm20b/hal_gm20b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
index 9ff9fdd7..f71c70f5 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -283,6 +283,7 @@ static const struct gpu_ops gm20b_ops = {
283 .init_ovr_sm_dsm_perf = gk20a_gr_init_ovr_sm_dsm_perf, 283 .init_ovr_sm_dsm_perf = gk20a_gr_init_ovr_sm_dsm_perf,
284 .get_ovr_perf_regs = gk20a_gr_get_ovr_perf_regs, 284 .get_ovr_perf_regs = gk20a_gr_get_ovr_perf_regs,
285 .disable_rd_coalesce = gm20a_gr_disable_rd_coalesce, 285 .disable_rd_coalesce = gm20a_gr_disable_rd_coalesce,
286 .init_ctxsw_hdr_data = gk20a_gr_init_ctxsw_hdr_data,
286 }, 287 },
287 .fb = { 288 .fb = {
288 .reset = fb_gk20a_reset, 289 .reset = fb_gk20a_reset,