summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index d96ce3d8..56f8fddb 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -26,7 +26,7 @@ struct sim_gk20a;
26struct gk20a_ctxsw_ucode_segments; 26struct gk20a_ctxsw_ucode_segments;
27struct gk20a_fecs_trace; 27struct gk20a_fecs_trace;
28struct gk20a_ctxsw_trace; 28struct gk20a_ctxsw_trace;
29struct acr_gm20b; 29struct acr_desc;
30 30
31#include <linux/sched.h> 31#include <linux/sched.h>
32#include <linux/spinlock.h> 32#include <linux/spinlock.h>
@@ -49,6 +49,7 @@ struct acr_gm20b;
49#include "therm_gk20a.h" 49#include "therm_gk20a.h"
50#include "platform_gk20a.h" 50#include "platform_gk20a.h"
51#include "gm20b/acr_gm20b.h" 51#include "gm20b/acr_gm20b.h"
52#include "acr.h"
52#include "cde_gk20a.h" 53#include "cde_gk20a.h"
53#include "debug_gk20a.h" 54#include "debug_gk20a.h"
54 55
@@ -669,7 +670,7 @@ struct gk20a {
669 struct sim_gk20a sim; 670 struct sim_gk20a sim;
670 struct mm_gk20a mm; 671 struct mm_gk20a mm;
671 struct pmu_gk20a pmu; 672 struct pmu_gk20a pmu;
672 struct acr_gm20b acr; 673 struct acr_desc acr;
673 struct cooling_device_gk20a gk20a_cdev; 674 struct cooling_device_gk20a gk20a_cdev;
674 675
675 /* Save pmu fw here so that it lives cross suspend/resume. 676 /* Save pmu fw here so that it lives cross suspend/resume.