summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/fifo_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/fifo_gv11b.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
index fa1836c8..34e9cd5f 100644
--- a/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/fifo_gv11b.c
@@ -41,6 +41,7 @@
41#include <nvgpu/utils.h> 41#include <nvgpu/utils.h>
42#include <nvgpu/gk20a.h> 42#include <nvgpu/gk20a.h>
43#include <nvgpu/channel.h> 43#include <nvgpu/channel.h>
44#include <nvgpu/unit.h>
44 45
45#include "gk20a/fifo_gk20a.h" 46#include "gk20a/fifo_gk20a.h"
46 47
@@ -53,7 +54,6 @@
53#include <nvgpu/hw/gv11b/hw_usermode_gv11b.h> 54#include <nvgpu/hw/gv11b/hw_usermode_gv11b.h>
54#include <nvgpu/hw/gv11b/hw_top_gv11b.h> 55#include <nvgpu/hw/gv11b/hw_top_gv11b.h>
55#include <nvgpu/hw/gv11b/hw_gmmu_gv11b.h> 56#include <nvgpu/hw/gv11b/hw_gmmu_gv11b.h>
56#include <nvgpu/hw/gv11b/hw_mc_gv11b.h>
57#include <nvgpu/hw/gv11b/hw_gr_gv11b.h> 57#include <nvgpu/hw/gv11b/hw_gr_gv11b.h>
58 58
59#include "fifo_gv11b.h" 59#include "fifo_gv11b.h"
@@ -1281,7 +1281,7 @@ int gv11b_init_fifo_reset_enable_hw(struct gk20a *g)
1281 nvgpu_log_fn(g, " "); 1281 nvgpu_log_fn(g, " ");
1282 1282
1283 /* enable pmc pfifo */ 1283 /* enable pmc pfifo */
1284 g->ops.mc.reset(g, mc_enable_pfifo_enabled_f()); 1284 g->ops.mc.reset(g, g->ops.mc.reset_mask(g, NVGPU_UNIT_FIFO));
1285 1285
1286 if (g->ops.clock_gating.slcg_ce2_load_gating_prod) { 1286 if (g->ops.clock_gating.slcg_ce2_load_gating_prod) {
1287 g->ops.clock_gating.slcg_ce2_load_gating_prod(g, 1287 g->ops.clock_gating.slcg_ce2_load_gating_prod(g,