mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 01:50:07 +03:00
gpu: nvgpu: gv100: set min VBIOS version
nvgpu driver currently accepts any VBIOS version for GV100. Set min VBIOS version to 88.00.59.00 Bug 2383514 Change-Id: Ia6ddc7c4ed2d9c26c8caec3beb3d9ff4cc5633a0 Signed-off-by: Thomas Fleury <tfleury@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1942194 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
bc0cf21cfb
commit
dcc9a8083b
@@ -179,7 +179,7 @@ static struct gk20a_platform nvgpu_pci_device[] = {
|
||||
.run_preos = true,
|
||||
.has_syncpoints = true,
|
||||
},
|
||||
{ /* SKU250 */
|
||||
{ /* PG503 SKU250 */
|
||||
/* ptimer src frequency in hz */
|
||||
.ptimer_src_freq = 31250000,
|
||||
|
||||
@@ -211,7 +211,7 @@ static struct gk20a_platform nvgpu_pci_device[] = {
|
||||
.unify_address_spaces = true,
|
||||
.honors_aperture = true,
|
||||
.dma_mask = DMA_BIT_MASK(40),
|
||||
.vbios_min_version = 0x1,
|
||||
.vbios_min_version = 0x88005900,
|
||||
.hardcode_sw_threshold = false,
|
||||
.run_preos = true,
|
||||
.has_syncpoints = true,
|
||||
|
||||
Reference in New Issue
Block a user