summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/perf
diff options
context:
space:
mode:
authorddutta <ddutta@nvidia.com>2018-09-14 06:04:20 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-09-14 18:34:58 -0400
commit998c59883453388f9e4a8eb391b7604c069154a6 (patch)
treec254f7f67cae9da1631abf0ebb4c567b5e8a4781 /drivers/gpu/nvgpu/perf
parent356ebcef230466c05ad8e478a50271218b9a40ad (diff)
gpu: nvgpu: change location of gk20a.h
Update the location of gk20a.h to include/nvgpu/gk20a.h in the following directories. nvgpu/boardobj/ nvgpu/clk/ nvgpu/lpwr/ nvgpu/perf/ nvgpu/pmgr/ nvgpu/pstate/ nvgpu/therm/ nvgpu/volt/ Jira NVGPU-597 Change-Id: I5d9e74ae2f1a646087f15a5872daf9017c1580a9 Signed-off-by: Debarshi Dutta <ddutta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1822741 Reviewed-by: svc-misra-checker <svc-misra-checker@nvidia.com> Reviewed-by: Konsta Holtta <kholtta@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
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"