summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/hal_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/hal_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index fa767c3b..2a661734 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -62,6 +62,7 @@
62#include <nvgpu/debug.h> 62#include <nvgpu/debug.h>
63#include <nvgpu/bug.h> 63#include <nvgpu/bug.h>
64#include <nvgpu/bus.h> 64#include <nvgpu/bus.h>
65#include <nvgpu/enabled.h>
65 66
66#include <nvgpu/hw/gp106/hw_proj_gp106.h> 67#include <nvgpu/hw/gp106/hw_proj_gp106.h>
67#include <nvgpu/hw/gp106/hw_fifo_gp106.h> 68#include <nvgpu/hw/gp106/hw_fifo_gp106.h>
@@ -417,8 +418,7 @@ int gp106_init_hal(struct gk20a *g)
417 418
418 gops->privsecurity = 1; 419 gops->privsecurity = 1;
419 gops->securegpccs = 1; 420 gops->securegpccs = 1;
420 gops->pmupstate = true; 421 __nvgpu_set_enabled(g, NVGPU_PMU_PSTATE, true);
421
422 422
423 g->bootstrap_owner = LSF_FALCON_ID_SEC2; 423 g->bootstrap_owner = LSF_FALCON_ID_SEC2;
424 gp106_init_gr(gops); 424 gp106_init_gr(gops);