summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/pstate/pstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/pstate/pstate.h')
-rw-r--r--drivers/gpu/nvgpu/pstate/pstate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/pstate/pstate.h b/drivers/gpu/nvgpu/pstate/pstate.h
index 17dbd476..55726d55 100644
--- a/drivers/gpu/nvgpu/pstate/pstate.h
+++ b/drivers/gpu/nvgpu/pstate/pstate.h
@@ -58,7 +58,7 @@ struct pstate {
58struct pstates { 58struct pstates {
59 struct boardobjgrp_e32 super; 59 struct boardobjgrp_e32 super;
60 u32 num_levels; 60 u32 num_levels;
61 wait_queue_head_t pstate_notifier_wq; 61 struct nvgpu_cond pstate_notifier_wq;
62 u32 is_pstate_switch_on; 62 u32 is_pstate_switch_on;
63 struct nvgpu_mutex pstate_mutex; /* protect is_pstate_switch_on */ 63 struct nvgpu_mutex pstate_mutex; /* protect is_pstate_switch_on */
64}; 64};