summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/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/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/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index b27b36d3..8ce682e3 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -433,6 +433,8 @@ struct gpu_ops {
433 u32 (*userd_gp_get)(struct gk20a *g, struct channel_gk20a *ch); 433 u32 (*userd_gp_get)(struct gk20a *g, struct channel_gk20a *ch);
434 void (*userd_gp_put)(struct gk20a *g, struct channel_gk20a *ch); 434 void (*userd_gp_put)(struct gk20a *g, struct channel_gk20a *ch);
435 void (*free_channel_ctx_header)(struct channel_gk20a *ch); 435 void (*free_channel_ctx_header)(struct channel_gk20a *ch);
436 bool (*is_fault_engine_subid_gpc)(struct gk20a *g,
437 u32 engine_subid);
436 } fifo; 438 } fifo;
437 struct pmu_v { 439 struct pmu_v {
438 /*used for change of enum zbc update cmd id from ver 0 to ver1*/ 440 /*used for change of enum zbc update cmd id from ver 0 to ver1*/