summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/volt/volt_pmu.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/volt/volt_pmu.c')
-rw-r--r--drivers/gpu/nvgpu/volt/volt_pmu.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/gpu/nvgpu/volt/volt_pmu.c b/drivers/gpu/nvgpu/volt/volt_pmu.c
index 4e7f73c9..488e67a3 100644
--- a/drivers/gpu/nvgpu/volt/volt_pmu.c
+++ b/drivers/gpu/nvgpu/volt/volt_pmu.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. 2 * Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved.
3 * 3 *
4 * This program is free software; you can redistribute it and/or modify it 4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms and conditions of the GNU General Public License, 5 * under the terms and conditions of the GNU General Public License,
@@ -15,16 +15,14 @@
15#include "include/bios.h" 15#include "include/bios.h"
16#include "boardobj/boardobjgrp.h" 16#include "boardobj/boardobjgrp.h"
17#include "boardobj/boardobjgrp_e32.h" 17#include "boardobj/boardobjgrp_e32.h"
18#include "pmuif/gpmuifboardobj.h"
19#include "gm206/bios_gm206.h" 18#include "gm206/bios_gm206.h"
20#include "ctrl/ctrlvolt.h" 19#include "ctrl/ctrlvolt.h"
21#include "ctrl/ctrlperf.h" 20#include "ctrl/ctrlperf.h"
22#include "gk20a/pmu_gk20a.h" 21#include "gk20a/pmu_gk20a.h"
23 22
24#include "pmuif/gpmuifperfvfe.h"
25#include "pmuif/gpmuifvolt.h"
26#include "include/bios.h" 23#include "include/bios.h"
27#include "volt.h" 24#include "volt.h"
25#include <nvgpu/pmuif/nvgpu_gpmu_cmdif.h>
28 26
29#define RAIL_COUNT 2 27#define RAIL_COUNT 2
30 28