summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/perf
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/perf')
-rw-r--r--drivers/gpu/nvgpu/perf/perf.c2
-rw-r--r--drivers/gpu/nvgpu/perf/vfe_equ.c2
-rw-r--r--drivers/gpu/nvgpu/perf/vfe_var.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/nvgpu/perf/perf.c b/drivers/gpu/nvgpu/perf/perf.c
index f8b1daf0..daed6f54 100644
--- a/drivers/gpu/nvgpu/perf/perf.c
+++ b/drivers/gpu/nvgpu/perf/perf.c
@@ -23,8 +23,8 @@
23#include <nvgpu/bug.h> 23#include <nvgpu/bug.h>
24#include <nvgpu/pmu.h> 24#include <nvgpu/pmu.h>
25#include <nvgpu/clk_arb.h> 25#include <nvgpu/clk_arb.h>
26#include <nvgpu/gk20a.h>
26 27
27#include "gk20a/gk20a.h"
28#include "perf.h" 28#include "perf.h"
29 29
30struct perfrpc_pmucmdhandler_params { 30struct perfrpc_pmucmdhandler_params {
diff --git a/drivers/gpu/nvgpu/perf/vfe_equ.c b/drivers/gpu/nvgpu/perf/vfe_equ.c
index 8b308f37..4e93c82e 100644
--- a/drivers/gpu/nvgpu/perf/vfe_equ.c
+++ b/drivers/gpu/nvgpu/perf/vfe_equ.c
@@ -21,8 +21,8 @@
21 */ 21 */
22 22
23#include <nvgpu/bios.h> 23#include <nvgpu/bios.h>
24#include <nvgpu/gk20a.h>
24 25
25#include "gk20a/gk20a.h"
26#include "perf.h" 26#include "perf.h"
27#include "vfe_equ.h" 27#include "vfe_equ.h"
28#include "boardobj/boardobjgrp.h" 28#include "boardobj/boardobjgrp.h"
diff --git a/drivers/gpu/nvgpu/perf/vfe_var.c b/drivers/gpu/nvgpu/perf/vfe_var.c
index 9be069b0..8518fc26 100644
--- a/drivers/gpu/nvgpu/perf/vfe_var.c
+++ b/drivers/gpu/nvgpu/perf/vfe_var.c
@@ -21,8 +21,8 @@
21 */ 21 */
22 22
23#include <nvgpu/bios.h> 23#include <nvgpu/bios.h>
24#include <nvgpu/gk20a.h>
24 25
25#include "gk20a/gk20a.h"
26#include "perf.h" 26#include "perf.h"
27#include "vfe_var.h" 27#include "vfe_var.h"
28#include "boardobj/boardobjgrp.h" 28#include "boardobj/boardobjgrp.h"