summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
diff options
context:
space:
mode:
authorSeema Khowala <seemaj@nvidia.com>2017-03-01 14:56:23 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-03-07 05:35:01 -0500
commit3b0e010d14503d0a11ccf6417602e80014fcab69 (patch)
treee777a782716737ddc8019800a1eb90e742015b93 /drivers/gpu/nvgpu/gm20b/fifo_gm20b.c
parentb0973391d051613746413f9e0d7f1e81b1f0402c (diff)
gpu: nvgpu: add fifo ops for *client_type_gpc_v
*client_type_gpc_v is different for t19x Change-Id: Ic8f8eff2d98138a877ef95c6f7f40226f0d61a61 Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: http://git-master/r/1313436 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
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}