summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/ltc_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/ltc_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/ltc_gp10b.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/ltc_gp10b.c b/drivers/gpu/nvgpu/gp10b/ltc_gp10b.c
index d6fca6e4..91a4964c 100644
--- a/drivers/gpu/nvgpu/gp10b/ltc_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/ltc_gp10b.c
@@ -15,6 +15,8 @@
15 15
16#include <linux/types.h> 16#include <linux/types.h>
17 17
18#include <dt-bindings/memory/tegra-swgroup.h>
19
18#include "gk20a/gk20a.h" 20#include "gk20a/gk20a.h"
19#include "gk20a/gk20a_allocator.h" 21#include "gk20a/gk20a_allocator.h"
20#include "gm20b/ltc_gm20b.h" 22#include "gm20b/ltc_gm20b.h"
@@ -149,7 +151,7 @@ static void gp10b_ltc_init_fs_state(struct gk20a *g)
149 gm20b_ltc_init_fs_state(g); 151 gm20b_ltc_init_fs_state(g);
150 152
151 gk20a_writel(g, ltc_ltca_g_axi_pctrl_r(), 153 gk20a_writel(g, ltc_ltca_g_axi_pctrl_r(),
152 ltc_ltca_g_axi_pctrl_user_sid_f(31)); 154 ltc_ltca_g_axi_pctrl_user_sid_f(TEGRA_SID_GPUB));
153} 155}
154 156
155void gp10b_init_ltc(struct gpu_ops *gops) 157void gp10b_init_ltc(struct gpu_ops *gops)
@@ -172,4 +174,3 @@ void gp10b_init_ltc(struct gpu_ops *gops)
172 gops->ltc.sync_debugfs = gk20a_ltc_sync_debugfs; 174 gops->ltc.sync_debugfs = gk20a_ltc_sync_debugfs;
173#endif 175#endif
174} 176}
175