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, 5 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index 4fac3cc5..b9bdc6e6 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -504,8 +504,6 @@ struct gk20a {
504 u32 max_ltc_count; 504 u32 max_ltc_count;
505 u32 ltc_count; 505 u32 ltc_count;
506 506
507 struct generic_pm_domain pd;
508
509 struct devfreq *devfreq; 507 struct devfreq *devfreq;
510 508
511 struct gk20a_scale_profile *scale_profile; 509 struct gk20a_scale_profile *scale_profile;
@@ -556,6 +554,11 @@ struct gk20a_cyclestate_buffer_elem {
556 u64 data; 554 u64 data;
557}; 555};
558 556
557struct gk20a_domain_data {
558 struct generic_pm_domain gpd;
559 struct gk20a *gk20a;
560};
561
559/* debug accessories */ 562/* debug accessories */
560 563
561#ifdef CONFIG_DEBUG_FS 564#ifdef CONFIG_DEBUG_FS