summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
authorseshendra Gadagottu <sgadagottu@nvidia.com>2016-10-27 15:25:48 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2016-11-01 14:37:34 -0400
commitfabe964c7698527104d80aa006b5c4aca8402f17 (patch)
tree78f66a57a3501028b34a273943d8021aacc6272a /drivers/gpu/nvgpu/gk20a/gk20a.h
parent161b61e6cc76c2050115039141027320a2f2e745 (diff)
gpu: nvgpu: chip specific commit global timeslice
Implement chip specific commit_global_timeslice function. JIRA GV11B-21 Change-Id: I937dda77870f164d034686d6d41482c875940320 Signed-off-by: seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: http://git-master/r/1243944 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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index a230e98a..d8687a37 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -310,6 +310,9 @@ struct gpu_ops {
310 int (*init_sw_veid_bundle)(struct gk20a *g); 310 int (*init_sw_veid_bundle)(struct gk20a *g);
311 void (*program_zcull_mapping)(struct gk20a *g, 311 void (*program_zcull_mapping)(struct gk20a *g,
312 u32 zcull_alloc_num, u32 *zcull_map_tiles); 312 u32 zcull_alloc_num, u32 *zcull_map_tiles);
313 int (*commit_global_timeslice)(struct gk20a *g,
314 struct channel_gk20a *c, bool patch);
315
313 } gr; 316 } gr;
314 const char *name; 317 const char *name;
315 struct { 318 struct {