summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/fifo_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/fifo_gm20b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c b/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
index bd94a54b..696dd3a5 100644
--- a/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
@@ -170,4 +170,5 @@ void gm20b_init_fifo(struct gpu_ops *gops)
170 gops->fifo.runlist_entry_size = ram_rl_entry_size_v; 170 gops->fifo.runlist_entry_size = ram_rl_entry_size_v;
171 gops->fifo.get_tsg_runlist_entry = gk20a_get_tsg_runlist_entry; 171 gops->fifo.get_tsg_runlist_entry = gk20a_get_tsg_runlist_entry;
172 gops->fifo.get_ch_runlist_entry = gk20a_get_ch_runlist_entry; 172 gops->fifo.get_ch_runlist_entry = gk20a_get_ch_runlist_entry;
173 gops->fifo.is_fault_engine_subid_gpc = gk20a_is_fault_engine_subid_gpc;
173} 174}