From 3e5c123862c87e22311c21558178f287f85ecb5d Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Thu, 8 May 2014 09:09:49 +0300 Subject: gpu: nvgpu: Always initialize system vm PMU, FECS and GPCCS use the same address space. We used to initialize the address space only if PMU is enabled. Create the system address space always. FECS and GPCCS used to have slower bit bang and faster DMA method for loading ucode. Slower method is needed when FECS and GPCCS do not have an address space. Remove the slower method as not anymore needed. Change-Id: I155619741ecc36aa6bf13a9c1ccb03c7c1330f0a Signed-off-by: Terje Bergstrom Reviewed-on: http://git-master/r/406771 --- drivers/gpu/nvgpu/gk20a/mm_gk20a.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'drivers/gpu/nvgpu/gk20a/mm_gk20a.h') diff --git a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h index 4dfc2b7d..c759718e 100644 --- a/drivers/gpu/nvgpu/gk20a/mm_gk20a.h +++ b/drivers/gpu/nvgpu/gk20a/mm_gk20a.h @@ -285,8 +285,6 @@ struct channel_gk20a; int gk20a_init_mm_support(struct gk20a *g); int gk20a_init_mm_setup_sw(struct gk20a *g); -int gk20a_init_bar1_vm(struct mm_gk20a *mm); -int gk20a_init_pmu_vm(struct mm_gk20a *mm); int gk20a_mm_fb_flush(struct gk20a *g); void gk20a_mm_l2_flush(struct gk20a *g, bool invalidate); -- cgit v1.2.2