summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/gr_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/gr_gp10b.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/gr_gp10b.c b/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
index 3bddef4c..f27e2605 100644
--- a/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/gr_gp10b.c
@@ -31,7 +31,6 @@
31 31
32#include "gm20b/gr_gm20b.h" 32#include "gm20b/gr_gm20b.h"
33#include "gp10b/gr_gp10b.h" 33#include "gp10b/gr_gp10b.h"
34#include "gp10b_sysfs.h"
35 34
36#include <nvgpu/hw/gp10b/hw_gr_gp10b.h> 35#include <nvgpu/hw/gp10b/hw_gr_gp10b.h>
37#include <nvgpu/hw/gp10b/hw_fifo_gp10b.h> 36#include <nvgpu/hw/gp10b/hw_fifo_gp10b.h>
@@ -2292,6 +2291,8 @@ static int gr_gp10b_init_preemption_state(struct gk20a *g)
2292 gr_debug_2_gfxp_wfi_always_injects_wfi_enabled_f()); 2291 gr_debug_2_gfxp_wfi_always_injects_wfi_enabled_f());
2293 gk20a_writel(g, gr_debug_2_r(), debug_2); 2292 gk20a_writel(g, gr_debug_2_r(), debug_2);
2294 2293
2294 g->gr.czf_bypass = gr_gpc0_prop_debug1_czf_bypass_init_v();
2295
2295 return 0; 2296 return 0;
2296} 2297}
2297 2298