summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/xve
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/xve')
-rw-r--r--drivers/gpu/nvgpu/common/xve/xve_gp106.c7
-rw-r--r--drivers/gpu/nvgpu/common/xve/xve_gp106.h3
2 files changed, 4 insertions, 6 deletions
diff --git a/drivers/gpu/nvgpu/common/xve/xve_gp106.c b/drivers/gpu/nvgpu/common/xve/xve_gp106.c
index 29d97843..d5e5f754 100644
--- a/drivers/gpu/nvgpu/common/xve/xve_gp106.c
+++ b/drivers/gpu/nvgpu/common/xve/xve_gp106.c
@@ -19,15 +19,14 @@
19 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20 * DEALINGS IN THE SOFTWARE. 20 * DEALINGS IN THE SOFTWARE.
21 */ 21 */
22
23#include "gk20a/gk20a.h"
24#include "gp106/bios_gp106.h"
25
26#include <nvgpu/bug.h> 22#include <nvgpu/bug.h>
27#include <nvgpu/xve.h> 23#include <nvgpu/xve.h>
28#include <nvgpu/io.h> 24#include <nvgpu/io.h>
29#include <nvgpu/utils.h> 25#include <nvgpu/utils.h>
30#include <nvgpu/timers.h> 26#include <nvgpu/timers.h>
27#include <nvgpu/gk20a.h>
28
29#include "gp106/bios_gp106.h"
31 30
32#include "xve_gp106.h" 31#include "xve_gp106.h"
33 32
diff --git a/drivers/gpu/nvgpu/common/xve/xve_gp106.h b/drivers/gpu/nvgpu/common/xve/xve_gp106.h
index 992f0c86..fcf50658 100644
--- a/drivers/gpu/nvgpu/common/xve/xve_gp106.h
+++ b/drivers/gpu/nvgpu/common/xve/xve_gp106.h
@@ -23,10 +23,9 @@
23#ifndef NVGPU_XVE_GP106_H 23#ifndef NVGPU_XVE_GP106_H
24#define NVGPU_XVE_GP106_H 24#define NVGPU_XVE_GP106_H
25 25
26#include "gk20a/gk20a.h"
27
28#include <nvgpu/log2.h> 26#include <nvgpu/log2.h>
29#include <nvgpu/types.h> 27#include <nvgpu/types.h>
28#include <nvgpu/gk20a.h>
30 29
31int gp106_init_xve_ops(struct gpu_ops *gops); 30int gp106_init_xve_ops(struct gpu_ops *gops);
32 31