mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +03:00
gpu: nvgpu: gp10b: Fix steady state beta CB size
We program the default steady state beta CB size. The default is for deep binning, but we've disabled deep binning. As result steady state CB size was left too high. Bug 1683535 Change-Id: I17029078d9c83e55eec6faacfc83c6d812f8c3c0 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/795306 Reviewed-on: http://git-master/r/806189
This commit is contained in:
committed by
Deepak Nibade
parent
0e6a87cf22
commit
0b0ce7de09
@@ -113,7 +113,7 @@ static int gr_gp10b_commit_global_cb_manager(struct gk20a *g,
|
||||
gr_gk20a_ctx_patch_write(g, ch_ctx,
|
||||
gr_gpc0_ppc0_cbm_beta_steady_state_cb_size_r() + temp +
|
||||
proj_ppc_in_gpc_stride_v() * ppc_index,
|
||||
gr_gpc0_ppc0_cbm_beta_steady_state_cb_size_v_default_v(),
|
||||
gr->attrib_cb_default_size,
|
||||
patch);
|
||||
|
||||
attrib_offset_in_chunk += gr->attrib_cb_size *
|
||||
|
||||
Reference in New Issue
Block a user