gpu: nvgpu: Export gm20b floorsweeping

Change-Id: Ied5b1d2e3761a2f82d6b9e3cb9a7b04ea746f1da
Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com>
Reviewed-on: http://git-master/r/755208
Reviewed-by: Automatic_Commit_Validation_User
This commit is contained in:
Terje Bergstrom
2015-06-09 10:18:34 -07:00
parent 32cf06bfdc
commit edd58888d1
2 changed files with 2 additions and 1 deletions

View File

@@ -528,7 +528,7 @@ static void gr_gm20b_set_gpc_tpc_mask(struct gk20a *g, u32 gpc_index)
}
}
static int gr_gm20b_ctx_state_floorsweep(struct gk20a *g)
int gr_gm20b_ctx_state_floorsweep(struct gk20a *g)
{
struct gr_gk20a *gr = &g->gr;
u32 tpc_index, gpc_index;

View File

@@ -46,4 +46,5 @@ void gm20b_init_gr(struct gpu_ops *gops);
void gr_gm20b_commit_global_attrib_cb(struct gk20a *g,
struct channel_ctx_gk20a *ch_ctx,
u64 addr, bool patch);
int gr_gm20b_ctx_state_floorsweep(struct gk20a *g);
#endif