summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/os_linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/os_linux.h')
-rw-r--r--drivers/gpu/nvgpu/common/linux/os_linux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/os_linux.h b/drivers/gpu/nvgpu/common/linux/os_linux.h
index 4a3128c3..c67cbbcc 100644
--- a/drivers/gpu/nvgpu/common/linux/os_linux.h
+++ b/drivers/gpu/nvgpu/common/linux/os_linux.h
@@ -77,12 +77,12 @@ struct nvgpu_os_linux {
77 atomic_t hw_irq_stall_count; 77 atomic_t hw_irq_stall_count;
78 atomic_t hw_irq_nonstall_count; 78 atomic_t hw_irq_nonstall_count;
79 79
80 wait_queue_head_t sw_irq_stall_last_handled_wq; 80 struct nvgpu_cond sw_irq_stall_last_handled_wq;
81 atomic_t sw_irq_stall_last_handled; 81 atomic_t sw_irq_stall_last_handled;
82 82
83 atomic_t nonstall_ops; 83 atomic_t nonstall_ops;
84 84
85 wait_queue_head_t sw_irq_nonstall_last_handled_wq; 85 struct nvgpu_cond sw_irq_nonstall_last_handled_wq;
86 atomic_t sw_irq_nonstall_last_handled; 86 atomic_t sw_irq_nonstall_last_handled;
87 87
88 struct work_struct nonstall_fn_work; 88 struct work_struct nonstall_fn_work;