From c6e64649bbb30113c4cbd97f4e4217bab9f21429 Mon Sep 17 00:00:00 2001 From: seshendra Gadagottu Date: Mon, 17 Oct 2016 09:59:21 -0700 Subject: gpu: nvgpu: gp10b: make commit_userd global Make channel_gp10b_commit_userd global, so other gpus can re-use that function. JIRA GV11B-11 Change-Id: Ibe03063befc2da6c67822121f880a141cad46e84 Signed-off-by: seshendra Gadagottu Reviewed-on: http://git-master/r/1237738 GVS: Gerrit_Virtual_Submit Reviewed-by: Seema Khowala Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/gp10b/fifo_gp10b.h | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/gpu/nvgpu/gp10b/fifo_gp10b.h') diff --git a/drivers/gpu/nvgpu/gp10b/fifo_gp10b.h b/drivers/gpu/nvgpu/gp10b/fifo_gp10b.h index ad3679aa..3ef8247f 100644 --- a/drivers/gpu/nvgpu/gp10b/fifo_gp10b.h +++ b/drivers/gpu/nvgpu/gp10b/fifo_gp10b.h @@ -17,4 +17,5 @@ #define FIFO_GP10B_H struct gpu_ops; void gp10b_init_fifo(struct gpu_ops *gops); +int channel_gp10b_commit_userd(struct channel_gk20a *c); #endif -- cgit v1.2.2