summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
diff options
context:
space:
mode:
authorKevin Huang <kevinh@nvidia.com>2014-03-26 20:40:27 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:09:40 -0400
commitc66d70c8699b948da5ca22501a29643c31b5348a (patch)
tree4c102c6d87e64de0875ed71049df3b7520548c01 /drivers/gpu/nvgpu/gm20b/hal_gm20b.c
parentf66cb9093d3ec74f18cc52ee44de88c9501e2cca (diff)
video: tegra: host: select NETC for gm20b
Change-Id: I6e7b5e77907033c7e7cbcc32cae200d46a3700ea Signed-off-by: Kevin Huang <kevinh@nvidia.com> Reviewed-on: http://git-master/r/387381 Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/397712 Reviewed-by: Bo Yan <byan@nvidia.com> Tested-by: Bo Yan <byan@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/hal_gm20b.c')
-rw-r--r--drivers/gpu/nvgpu/gm20b/hal_gm20b.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
index da633b9f..7e390c37 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -23,6 +23,7 @@
23#include "fb_gm20b.h" 23#include "fb_gm20b.h"
24#include "gm20b_gating_reglist.h" 24#include "gm20b_gating_reglist.h"
25#include "fifo_gm20b.h" 25#include "fifo_gm20b.h"
26#include "gr_ctx_gm20b.h"
26 27
27struct gpu_ops gm20b_ops = { 28struct gpu_ops gm20b_ops = {
28 .clock_gating = { 29 .clock_gating = {
@@ -47,6 +48,7 @@ int gm20b_init_hal(struct gpu_ops *gops)
47 gm20b_init_ltc(gops); 48 gm20b_init_ltc(gops);
48 gm20b_init_fb(gops); 49 gm20b_init_fb(gops);
49 gm20b_init_fifo(gops); 50 gm20b_init_fifo(gops);
51 gm20b_init_gr_ctx(gops);
50 gops->name = "gm20b"; 52 gops->name = "gm20b";
51 53
52 return 0; 54 return 0;