From 32f6ffee1379f1458d35c8d74e8516f96a3e390e Mon Sep 17 00:00:00 2001 From: Deepak Nibade Date: Fri, 20 Apr 2018 00:55:00 -0700 Subject: gpu: nvgpu: export gv11b fifo APIs Export below APIs from fifo_gv11b.h gv11b_fifo_init_ramfc_eng_method_buffer() gv11b_userd_writeback_config() Also move #define PBDMA_SUBDEVICE_ID to header file Jira NVGPUT-19 Change-Id: I5e3abf02acfe014e39550f236d60d8991a75b4ef Signed-off-by: Deepak Nibade Reviewed-on: https://git-master.nvidia.com/r/1699315 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svc-mobile-coverity GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gv11b/fifo_gv11b.c | 9 ++------- drivers/gpu/nvgpu/gv11b/fifo_gv11b.h | 6 ++++++ 2 files changed, 8 insertions(+), 7 deletions(-) (limited to 'drivers/gpu') diff --git a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c index ebe5cf4e..51923636 100644 --- a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c +++ b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c @@ -58,11 +58,6 @@ #include "gr_gv11b.h" #include "mc_gv11b.h" -#define PBDMA_SUBDEVICE_ID 1 - -static void gv11b_fifo_init_ramfc_eng_method_buffer(struct gk20a *g, - struct channel_gk20a *ch, struct nvgpu_mem *mem); - void gv11b_get_tsg_runlist_entry(struct tsg_gk20a *tsg, u32 *runlist) { @@ -128,7 +123,7 @@ void gv11b_get_ch_runlist_entry(struct channel_gk20a *c, u32 *runlist) runlist[0], runlist[1], runlist[2], runlist[3]); } -static void gv11b_userd_writeback_config(struct gk20a *g) +void gv11b_userd_writeback_config(struct gk20a *g) { gk20a_writel(g, fifo_userd_writeback_r(), fifo_userd_writeback_timer_f( fifo_userd_writeback_timer_100us_v())); @@ -1567,7 +1562,7 @@ unsigned int gv11b_fifo_handle_pbdma_intr_1(struct gk20a *g, return rc_type; } -static void gv11b_fifo_init_ramfc_eng_method_buffer(struct gk20a *g, +void gv11b_fifo_init_ramfc_eng_method_buffer(struct gk20a *g, struct channel_gk20a *ch, struct nvgpu_mem *mem) { struct tsg_gk20a *tsg; diff --git a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.h b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.h index 2bd82d5f..380db592 100644 --- a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.h +++ b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.h @@ -25,6 +25,8 @@ #ifndef FIFO_GV11B_H #define FIFO_GV11B_H +#define PBDMA_SUBDEVICE_ID 1 + #define FIFO_INVAL_PBDMA_ID ((u32)~0) #define FIFO_INVAL_VEID ((u32)~0) @@ -117,4 +119,8 @@ int gv11b_init_fifo_setup_hw(struct gk20a *g); void gv11b_fifo_tsg_verify_status_faulted(struct channel_gk20a *ch); u32 gv11b_fifo_get_preempt_timeout(struct gk20a *g); + +void gv11b_fifo_init_ramfc_eng_method_buffer(struct gk20a *g, + struct channel_gk20a *ch, struct nvgpu_mem *mem); +void gv11b_userd_writeback_config(struct gk20a *g); #endif -- cgit v1.2.2