gpu: nvgpu: gp10b: Don't call already called function

gm20b_init_fb already calls gm20b_init_uncompressed_kind_map()
and gm20b_init_kind_attr().

JIRA GV11B-8

Change-Id: Id72ee1ae04d3a47ae7a6a972f6d8bd7e7bda7389
Signed-off-by: Seema Khowala <seemaj@nvidia.com>
Reviewed-on: http://git-master/r/1234570
GVS: Gerrit_Virtual_Submit
Reviewed-by: Seshendra Gadagottu <sgadagottu@nvidia.com>
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
This commit is contained in:
Seema Khowala
2016-10-11 13:25:21 -07:00
committed by Deepak Nibade
parent c7fbd76e71
commit 9b11fb9b8d

View File

@@ -23,8 +23,6 @@
static void gp10b_init_uncompressed_kind_map(void)
{
gm20b_init_uncompressed_kind_map();
gk20a_uc_kind_map[gmmu_pte_kind_z16_2cz_v()] =
gk20a_uc_kind_map[gmmu_pte_kind_z16_ms2_2cz_v()] =
gk20a_uc_kind_map[gmmu_pte_kind_z16_ms4_2cz_v()] =
@@ -77,8 +75,6 @@ static void gp10b_init_kind_attr(void)
{
u16 k;
gm20b_init_kind_attr();
for (k = 0; k < 256; k++) {
if (gp10b_kind_supported((u8)k))
gk20a_kind_attr[k] |= GK20A_KIND_ATTR_SUPPORTED;