summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm206/bios_gm206.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm206/bios_gm206.c')
-rw-r--r--drivers/gpu/nvgpu/gm206/bios_gm206.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm206/bios_gm206.c b/drivers/gpu/nvgpu/gm206/bios_gm206.c
index e9473414..381b3840 100644
--- a/drivers/gpu/nvgpu/gm206/bios_gm206.c
+++ b/drivers/gpu/nvgpu/gm206/bios_gm206.c
@@ -19,6 +19,7 @@
19#include <nvgpu/timers.h> 19#include <nvgpu/timers.h>
20#include <nvgpu/firmware.h> 20#include <nvgpu/firmware.h>
21#include <nvgpu/falcon.h> 21#include <nvgpu/falcon.h>
22#include <nvgpu/enabled.h>
22 23
23#include "gk20a/gk20a.h" 24#include "gk20a/gk20a.h"
24#include "gk20a/platform_gk20a.h" 25#include "gk20a/platform_gk20a.h"
@@ -254,7 +255,7 @@ int gm206_bios_init(struct gk20a *g)
254 return err; 255 return err;
255 } 256 }
256 257
257 if (platform->run_preos) { 258 if (nvgpu_is_enabled(g, NVGPU_PMU_RUN_PREOS)) {
258 err = gm206_bios_preos(g); 259 err = gm206_bios_preos(g);
259 if (err) { 260 if (err) {
260 nvgpu_err(g, "pre-os failed"); 261 nvgpu_err(g, "pre-os failed");