summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.c
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2015-05-11 22:28:11 -0400
committerHiroshi Doyu <hdoyu@nvidia.com>2015-05-12 05:46:39 -0400
commitaa25a952ea2b19a081fa746f043228c270f43f94 (patch)
treee640f945d82c598645b0b2c5cbc6eb194444026d /drivers/gpu/nvgpu/gk20a/gk20a.c
parenta2e852364582e9c337f52bc53ccc33877c8f3b47 (diff)
Revert "gpu: nvgpu: New allocator for VA space"
This reverts commit 2e235ac150fa4af8632c9abf0f109a10973a0bf5. Change-Id: I3aa745152124c2bc09c6c6dc5aeb1084ae7e08a4 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/741469 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Hiroshi Doyu <hdoyu@nvidia.com> Tested-by: Hiroshi Doyu <hdoyu@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index eb52f28d..f6c9f901 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -59,7 +59,6 @@
59#include "hw_fb_gk20a.h" 59#include "hw_fb_gk20a.h"
60#include "gk20a_scale.h" 60#include "gk20a_scale.h"
61#include "dbg_gpu_gk20a.h" 61#include "dbg_gpu_gk20a.h"
62#include "gk20a_allocator.h"
63#include "hal.h" 62#include "hal.h"
64#include "vgpu/vgpu.h" 63#include "vgpu/vgpu.h"
65 64
@@ -1511,7 +1510,6 @@ static int gk20a_probe(struct platform_device *dev)
1511 &gk20a->mm.disable_bigpage); 1510 &gk20a->mm.disable_bigpage);
1512 gk20a_pmu_debugfs_init(dev); 1511 gk20a_pmu_debugfs_init(dev);
1513 gk20a_cde_debugfs_init(dev); 1512 gk20a_cde_debugfs_init(dev);
1514 gk20a_alloc_debugfs_init(dev);
1515#endif 1513#endif
1516 1514
1517 gk20a_init_gr(gk20a); 1515 gk20a_init_gr(gk20a);