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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/pstate/pstate.h b/drivers/gpu/nvgpu/pstate/pstate.h
index 4ae72aa9..b6519c20 100644
--- a/drivers/gpu/nvgpu/pstate/pstate.h
+++ b/drivers/gpu/nvgpu/pstate/pstate.h
@@ -41,6 +41,7 @@ struct clk_set_info_list {
41struct pstate { 41struct pstate {
42 struct boardobj super; 42 struct boardobj super;
43 u32 num; 43 u32 num;
44 u8 lpwr_entry_idx;
44 struct clk_set_info_list clklist; 45 struct clk_set_info_list clklist;
45}; 46};
46 47