summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/mclk_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/mclk_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/mclk_gp106.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gp106/mclk_gp106.c b/drivers/gpu/nvgpu/gp106/mclk_gp106.c
index b7a2c91d..600f9c30 100644
--- a/drivers/gpu/nvgpu/gp106/mclk_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/mclk_gp106.c
@@ -3235,10 +3235,10 @@ int gp106_mclk_init(struct gk20a *g)
3235 g->mem_config_idx = GP106_MEM_CONFIG_GDDR5_PG418; 3235 g->mem_config_idx = GP106_MEM_CONFIG_GDDR5_PG418;
3236 if ((g->pci_vendor_id == PCI_VENDOR_ID_NVIDIA) && 3236 if ((g->pci_vendor_id == PCI_VENDOR_ID_NVIDIA) &&
3237 (g->pci_device_id == 0x1c75) && 3237 (g->pci_device_id == 0x1c75) &&
3238 (g->gpu_characteristics.vbios_version == 0x86065800)) { 3238 (g->bios.vbios_version == 0x86065800)) {
3239 3239
3240 g->mem_config_idx = 3240 g->mem_config_idx =
3241 (g->gpu_characteristics.vbios_oem_version == 0x12) ? 3241 (g->bios.vbios_oem_version == 0x12) ?
3242 GP106_MEM_CONFIG_GDDR5_PG419_8606580012 : 3242 GP106_MEM_CONFIG_GDDR5_PG419_8606580012 :
3243 GP106_MEM_CONFIG_GDDR5_PG419; 3243 GP106_MEM_CONFIG_GDDR5_PG419;
3244 } 3244 }