summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
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/gk20a/fifo_gk20a.h
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/gk20a/fifo_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/fifo_gk20a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
index 350bfa88..147d1bea 100644
--- a/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/fifo_gk20a.h
@@ -274,6 +274,6 @@ void gk20a_get_ch_runlist_entry(struct channel_gk20a *ch, u32 *runlist);
274 274
275u32 gk20a_userd_gp_get(struct gk20a *g, struct channel_gk20a *c); 275u32 gk20a_userd_gp_get(struct gk20a *g, struct channel_gk20a *c);
276void gk20a_userd_gp_put(struct gk20a *g, struct channel_gk20a *c); 276void gk20a_userd_gp_put(struct gk20a *g, struct channel_gk20a *c);
277 277bool gk20a_is_fault_engine_subid_gpc(struct gk20a *g, u32 engine_subid);
278 278
279#endif /*__GR_GK20A_H__*/ 279#endif /*__GR_GK20A_H__*/