summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
diff options
context:
space:
mode:
authorKevin Huang <kevinh@nvidia.com>2014-03-12 19:35:47 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:09:39 -0400
commitea3d83d98b509b03bbd7df3553719dbb3e3b8748 (patch)
tree0c5a16a8286a03f4bd083c13d68c8affae3483d4 /drivers/gpu/nvgpu/gm20b/hal_gm20b.c
parent9eb1f57ba2b7072c6c53ca9dc59b10a87d88db23 (diff)
video: tegra: host: add gm20b channel op
Bug 1450792 Change-Id: I09f7c727a773178613fe555eb025ac324da0008e Signed-off-by: Kevin Huang <kevinh@nvidia.com> Reviewed-on: http://git-master/r/381128 Reviewed-on: http://git-master/r/396373 Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Arto Merilainen <amerilainen@nvidia.com> Reviewed-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 286e5fa5..da633b9f 100644
--- a/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
+++ b/drivers/gpu/nvgpu/gm20b/hal_gm20b.c
@@ -22,6 +22,7 @@
22#include "ltc_gm20b.h" 22#include "ltc_gm20b.h"
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 26
26struct gpu_ops gm20b_ops = { 27struct gpu_ops gm20b_ops = {
27 .clock_gating = { 28 .clock_gating = {
@@ -45,6 +46,7 @@ int gm20b_init_hal(struct gpu_ops *gops)
45 gm20b_init_gr(gops); 46 gm20b_init_gr(gops);
46 gm20b_init_ltc(gops); 47 gm20b_init_ltc(gops);
47 gm20b_init_fb(gops); 48 gm20b_init_fb(gops);
49 gm20b_init_fifo(gops);
48 gops->name = "gm20b"; 50 gops->name = "gm20b";
49 51
50 return 0; 52 return 0;