mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 18:16:01 +03:00
Revert "gpu: nvgpu: gp10b part of new VA allocator"
This reverts commit 3a4f0285c7e9212b394b2c1b151987a7084de927. Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Change-Id: I886e434ce98e85f99b0a77749179e31c0bd00620 Reviewed-on: http://git-master/r/741468 Reviewed-by: Hiroshi Doyu <hdoyu@nvidia.com> Tested-by: Hiroshi Doyu <hdoyu@nvidia.com>
This commit is contained in:
committed by
Deepak Nibade
parent
74bdb40327
commit
5e18ae63db
@@ -16,7 +16,6 @@
|
|||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
|
|
||||||
#include "gk20a/gk20a.h"
|
#include "gk20a/gk20a.h"
|
||||||
#include "gk20a/gk20a_allocator.h"
|
|
||||||
#include "gm20b/ltc_gm20b.h"
|
#include "gm20b/ltc_gm20b.h"
|
||||||
#include "hw_proj_gp10b.h"
|
#include "hw_proj_gp10b.h"
|
||||||
#include "hw_mc_gp10b.h"
|
#include "hw_mc_gp10b.h"
|
||||||
@@ -112,8 +111,9 @@ static int gp10b_ltc_init_comptags(struct gk20a *g, struct gr_gk20a *gr)
|
|||||||
if (err)
|
if (err)
|
||||||
return err;
|
return err;
|
||||||
|
|
||||||
__gk20a_allocator_init(&gr->comp_tags, NULL, "comptag",
|
gk20a_allocator_init(&gr->comp_tags, "comptag",
|
||||||
1, max_comptag_lines - 1, 1, 10, 0);
|
1, /* start */
|
||||||
|
max_comptag_lines - 1); /* length*/
|
||||||
|
|
||||||
gr->comptags_per_cacheline = comptags_per_cacheline;
|
gr->comptags_per_cacheline = comptags_per_cacheline;
|
||||||
gr->slices_per_ltc = slices_per_ltc;
|
gr->slices_per_ltc = slices_per_ltc;
|
||||||
|
|||||||
Reference in New Issue
Block a user