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.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index b8a2fc3e..949cd4a5 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -664,6 +664,7 @@ struct gk20a {
664 struct device *dev; 664 struct device *dev;
665 struct platform_device *host1x_dev; 665 struct platform_device *host1x_dev;
666 666
667
667 struct resource *reg_mem; 668 struct resource *reg_mem;
668 void __iomem *regs; 669 void __iomem *regs;
669 void __iomem *regs_saved; 670 void __iomem *regs_saved;
@@ -673,6 +674,7 @@ struct gk20a {
673 void __iomem *bar1_saved; 674 void __iomem *bar1_saved;
674 675
675 bool power_on; 676 bool power_on;
677 bool suspended;
676 678
677 struct rw_semaphore busy_lock; 679 struct rw_semaphore busy_lock;
678 680
@@ -882,11 +884,6 @@ struct gk20a_cyclestate_buffer_elem {
882 u64 data; 884 u64 data;
883}; 885};
884 886
885struct gk20a_domain_data {
886 struct generic_pm_domain gpd;
887 struct gk20a *gk20a;
888};
889
890/* debug accessories */ 887/* debug accessories */
891 888
892#ifdef CONFIG_DEBUG_FS 889#ifdef CONFIG_DEBUG_FS