summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm206/bios_gm206.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gm206/bios_gm206.c')
-rw-r--r--drivers/gpu/nvgpu/gm206/bios_gm206.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/drivers/gpu/nvgpu/gm206/bios_gm206.c b/drivers/gpu/nvgpu/gm206/bios_gm206.c
index 567b01ce..499fb53f 100644
--- a/drivers/gpu/nvgpu/gm206/bios_gm206.c
+++ b/drivers/gpu/nvgpu/gm206/bios_gm206.c
@@ -315,15 +315,11 @@ int gm206_bios_init(struct gk20a *g)
315 return -EINVAL; 315 return -EINVAL;
316 } 316 }
317 317
318 /* WAR for HW2.5 RevA (identified by VBIOS version) 318 /* WAR for HW2.5 RevA (INA3221 is missing) */
319 * - INA3221 is missing
320 * - use PG418 MCLK switching sequences
321 */
322 if ((g->pci_vendor_id == PCI_VENDOR_ID_NVIDIA) && 319 if ((g->pci_vendor_id == PCI_VENDOR_ID_NVIDIA) &&
323 (g->pci_device_id == 0x1c75) && 320 (g->pci_device_id == 0x1c75) &&
324 (g->gpu_characteristics.vbios_version == 0x86065300)) { 321 (g->gpu_characteristics.vbios_version == 0x86065300)) {
325 g->power_sensor_missing = true; 322 g->power_sensor_missing = true;
326 g->mem_config_idx = GP106_MEM_CONFIG_GDDR5_PG418;
327 } 323 }
328 324
329#ifdef CONFIG_DEBUG_FS 325#ifdef CONFIG_DEBUG_FS