summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common
diff options
context:
space:
mode:
authorThomas Fleury <tfleury@nvidia.com>2017-06-06 13:59:19 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2017-06-21 00:43:48 -0400
commitf78d8c116c06768cf28b0bf0b61589c3ef07ecfb (patch)
treea1515163c7958a8d2e9f4058f0c2dd69a63bccb1 /drivers/gpu/nvgpu/common
parentc32c86342e90cf7d85114f3a40853bc9ba0e7540 (diff)
gpu: nvgpu: backward support for HW2.5 Rev.A
Add backward support for HW2.5 Rev.A board: - no INA3221 for voltage, current, and power - use PG418 MCLK switching sequences Allow VBIOS from .53 for PG419 Bug 1929155 Change-Id: Ifacfc8cff6d00f66af92305119d0f0d3b9a1e438 Reviewed-on: http://git-master/r/1497001 Signed-off-by: Thomas Fleury <tfleury@nvidia.com> (cherry picked from commit 952778f814916b0b3d5043c43755bfccb467c3d4) Reviewed-on: http://git-master/r/1497295 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svccoveritychecker <svccoveritychecker@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/common')
-rw-r--r--drivers/gpu/nvgpu/common/linux/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/pci.c b/drivers/gpu/nvgpu/common/linux/pci.c
index c0510b72..94ef340d 100644
--- a/drivers/gpu/nvgpu/common/linux/pci.c
+++ b/drivers/gpu/nvgpu/common/linux/pci.c
@@ -197,7 +197,7 @@ static struct gk20a_platform nvgpu_pci_device[] = {
197 .ch_wdt_timeout_ms = 7000, 197 .ch_wdt_timeout_ms = 7000,
198 198
199 .honors_aperture = true, 199 .honors_aperture = true,
200 .vbios_min_version = 0x86065600, 200 .vbios_min_version = 0x86065300,
201 .hardcode_sw_threshold = false, 201 .hardcode_sw_threshold = false,
202 .ina3221_dcb_index = 1, 202 .ina3221_dcb_index = 1,
203 .ina3221_i2c_address = 0x80, 203 .ina3221_i2c_address = 0x80,