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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.h b/drivers/gpu/nvgpu/gk20a/gk20a.h
index a52d97f3..d8e3586f 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.h
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.h
@@ -538,6 +538,15 @@ struct gk20a {
538 u32 max_ltc_count; 538 u32 max_ltc_count;
539 u32 ltc_count; 539 u32 ltc_count;
540 540
541 atomic_t hw_irq_stall_count;
542 atomic_t hw_irq_nonstall_count;
543
544 atomic_t sw_irq_stall_last_handled;
545 wait_queue_head_t sw_irq_stall_last_handled_wq;
546
547 atomic_t sw_irq_nonstall_last_handled;
548 wait_queue_head_t sw_irq_nonstall_last_handled_wq;
549
541 struct devfreq *devfreq; 550 struct devfreq *devfreq;
542 551
543 struct gk20a_scale_profile *scale_profile; 552 struct gk20a_scale_profile *scale_profile;