summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.c
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2014-01-31 05:57:48 -0500
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:09:33 -0400
commita4d9f96efae76b32ed054b76c12520be2bbcad26 (patch)
tree1f4fb929210c952d96c8335039c607ae89ab1312 /drivers/gpu/nvgpu/gk20a/gk20a.c
parentc44f2084eb1a6bb722bc1c83010caf8e0a0744e8 (diff)
video: tegra: host: gm20b: Implement gr ops
Implement gm20b specific gr ops. Bug 1387211 Change-Id: I4523311f1c155ba2d3403dcf222769f6817b2450 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/362415 Reviewed-by: Kevin Huang (Eng-SW) <kevinh@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index 5eab4ba0..67f6ad8a 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -872,6 +872,9 @@ static int gk20a_pm_finalize_poweron(struct device *dev)
872 goto done; 872 goto done;
873 } 873 }
874 874
875 if (g->ops.ltc.init_fs_state)
876 g->ops.ltc.init_fs_state(g);
877
875 err = gk20a_init_mm_support(g); 878 err = gk20a_init_mm_support(g);
876 if (err) { 879 if (err) {
877 gk20a_err(dev, "failed to init gk20a mm"); 880 gk20a_err(dev, "failed to init gk20a mm");