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/fifo_gm20b.c1
-rw-r--r--drivers/gpu/nvgpu/gm20b/hal_gm20b.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c b/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
index eaa22dc2..bb873bcc 100644
--- a/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
@@ -142,6 +142,7 @@ void gm20b_init_fifo(struct gpu_ops *gops)
142 gops->fifo.channel_set_timeslice = gk20a_channel_set_timeslice; 142 gops->fifo.channel_set_timeslice = gk20a_channel_set_timeslice;
143 143
144 gops->fifo.preempt_channel = gk20a_fifo_preempt_channel; 144 gops->fifo.preempt_channel = gk20a_fifo_preempt_channel;
145 gops->fifo.preempt_tsg = gk20a_fifo_preempt_tsg;
145 gops->fifo.update_runlist = gk20a_fifo_update_runlist; 146 gops->fifo.update_runlist = gk20a_fifo_update_runlist;
146 gops->fifo.trigger_mmu_fault = gm20b_fifo_trigger_mmu_fault; 147 gops->fifo.trigger_mmu_fault = gm20b_fifo_trigger_mmu_fault;
147 gops->fifo.wait_engine_idle = gk20a_fifo_wait_engine_idle; 148 gops->fifo.wait_engine_idle = gk20a_fifo_wait_engine_idle;
diff --git a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
index df25be5e..c0113498 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -211,6 +211,7 @@ int gm20b_init_hal(struct gk20a *g)
211 gm20b_init_debug_ops(gops); 211 gm20b_init_debug_ops(gops);
212 gm20b_init_cde_ops(gops); 212 gm20b_init_cde_ops(gops);
213 gm20b_init_therm_ops(gops); 213 gm20b_init_therm_ops(gops);
214 gk20a_init_tsg_ops(gops);
214 gops->name = "gm20b"; 215 gops->name = "gm20b";
215 gops->chip_init_gpu_characteristics = gk20a_init_gpu_characteristics; 216 gops->chip_init_gpu_characteristics = gk20a_init_gpu_characteristics;
216 gops->get_litter_value = gm20b_get_litter_value; 217 gops->get_litter_value = gm20b_get_litter_value;