summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/pmuif/gpmuif_pmu.h
diff options
context:
space:
mode:
authorMahantesh Kumbar <mkumbar@nvidia.com>2017-01-31 10:09:21 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-02-08 00:53:44 -0500
commit8522004c00264646feeb30ede3214f46ddbea04d (patch)
tree920c82db4d0517111269a2b50580734bb323dab3 /drivers/gpu/nvgpu/pmuif/gpmuif_pmu.h
parent02190c7597d3b1a04ebcbc746b41f949ab699a18 (diff)
gpu: nvgpu: Falcon-controller interface update
Moved falcon-controller common interface code from pmu_common.h to flcnif_cmn.h file. Interfaces are common for falcons irrespective of F/W on falcon controllers Jira NVGPU-19 Change-Id: Iad11b2fade8cf6716888773b2b1c23919cbcc07b Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-on: http://git-master/r/1296695 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/pmuif/gpmuif_pmu.h')
-rw-r--r--drivers/gpu/nvgpu/pmuif/gpmuif_pmu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/pmuif/gpmuif_pmu.h b/drivers/gpu/nvgpu/pmuif/gpmuif_pmu.h
index f9ffb4b1..6df92c1d 100644
--- a/drivers/gpu/nvgpu/pmuif/gpmuif_pmu.h
+++ b/drivers/gpu/nvgpu/pmuif/gpmuif_pmu.h
@@ -13,7 +13,7 @@
13#ifndef _GPMUIFPMU_H_ 13#ifndef _GPMUIFPMU_H_
14#define _GPMUIFPMU_H_ 14#define _GPMUIFPMU_H_
15 15
16#include "gk20a/pmu_common.h" 16#include <nvgpu/flcnif_cmn.h>
17#include "gpmuif_cmn.h" 17#include "gpmuif_cmn.h"
18 18
19/* Make sure size of this structure is a multiple of 4 bytes */ 19/* Make sure size of this structure is a multiple of 4 bytes */