summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm206
diff options
context:
space:
mode:
authorMahantesh Kumbar <mkumbar@nvidia.com>2016-09-19 01:29:54 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2016-10-30 13:44:19 -0400
commitcc438a360904590ac139f120470ba7d730ef8de8 (patch)
tree4210b863f1abca1ab1188593841e759267c3db31 /drivers/gpu/nvgpu/gm206
parent4f26dbc51e144d350a1a99710a31f13f5070c765 (diff)
gpu: nvgpu: voltage changes
- added voltage interface & ctrl defines. JIRA DNVGPU-122 Change-Id: Ia1a4c655c3c5faa638cafcdc75bdfb0e3c3be54f Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-on: http://git-master/r/1222775 (cherry picked from commit 46ff4d54d3cc02d9f039091f09eea09a5d6c22ce) Reviewed-on: http://git-master/r/1244654 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gm206')
-rw-r--r--drivers/gpu/nvgpu/gm206/bios_gm206.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm206/bios_gm206.h b/drivers/gpu/nvgpu/gm206/bios_gm206.h
index f8187631..53b82485 100644
--- a/drivers/gpu/nvgpu/gm206/bios_gm206.h
+++ b/drivers/gpu/nvgpu/gm206/bios_gm206.h
@@ -40,6 +40,9 @@ enum {
40 POWER_SENSORS_TABLE = 0xA, 40 POWER_SENSORS_TABLE = 0xA,
41 POWER_CAPPING_TABLE = 0xB, 41 POWER_CAPPING_TABLE = 0xB,
42 POWER_TOPOLOGY_TABLE = 0xF, 42 POWER_TOPOLOGY_TABLE = 0xF,
43 VOLTAGE_RAIL_TABLE = 26,
44 VOLTAGE_DEVICE_TABLE,
45 VOLTAGE_POLICY_TABLE,
43}; 46};
44 47
45enum { 48enum {