summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/volt/volt_rail.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/volt/volt_rail.h')
-rw-r--r--drivers/gpu/nvgpu/volt/volt_rail.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/volt/volt_rail.h b/drivers/gpu/nvgpu/volt/volt_rail.h
index 9a3fcda0..be3cbb72 100644
--- a/drivers/gpu/nvgpu/volt/volt_rail.h
+++ b/drivers/gpu/nvgpu/volt/volt_rail.h
@@ -1,5 +1,5 @@
1/* 1/*
2* Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. 2* Copyright (c) 2016-2018, NVIDIA CORPORATION. All rights reserved.
3* 3*
4 * Permission is hereby granted, free of charge, to any person obtaining a 4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"), 5 * copy of this software and associated documentation files (the "Software"),
@@ -51,7 +51,9 @@ struct voltage_rail {
51 u8 alt_rel_limit_vfe_equ_idx; 51 u8 alt_rel_limit_vfe_equ_idx;
52 u8 ov_limit_vfe_equ_idx; 52 u8 ov_limit_vfe_equ_idx;
53 u8 pwr_equ_idx; 53 u8 pwr_equ_idx;
54 u8 volt_scale_exp_pwr_equ_idx;
54 u8 volt_dev_idx_default; 55 u8 volt_dev_idx_default;
56 u8 volt_dev_idx_ipc_vmin;
55 u8 boot_volt_vfe_equ_idx; 57 u8 boot_volt_vfe_equ_idx;
56 u8 vmin_limit_vfe_equ_idx; 58 u8 vmin_limit_vfe_equ_idx;
57 u8 volt_margin_limit_vfe_equ_idx; 59 u8 volt_margin_limit_vfe_equ_idx;