summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/pmu/pmu_fw.c
diff options
context:
space:
mode:
authorMahantesh Kumbar <mkumbar@nvidia.com>2018-05-04 02:57:51 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-05-14 10:03:25 -0400
commit95684dd127722e7634f3d3a5e8a1b2c6889b5e87 (patch)
tree0a1b8e6422f230b57b2c00c305c679126352c189 /drivers/gpu/nvgpu/common/pmu/pmu_fw.c
parentea46b46cd181a214e8ca9ceec88fd9d5c82d2d7e (diff)
gpu: nvgpu: gp106 pmu f/w version update
- gp106 f/w version update for ucode https://git-master.nvidia.com/r/#/c/1708195/ - APP_VERSION_GP10X 24008084 to 24069912 - nvgpu driver cl's for current changes https://git-master.nvidia.com/r/#/c/1694546/ https://git-master.nvidia.com/r/#/c/1700746/ p4 CL# 24076634 Change-Id: If15663983a8753a256e47451938be1cf0102fadb Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1708199 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/common/pmu/pmu_fw.c')
-rw-r--r--drivers/gpu/nvgpu/common/pmu/pmu_fw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/pmu/pmu_fw.c b/drivers/gpu/nvgpu/common/pmu/pmu_fw.c
index 2dc2dba1..6163d254 100644
--- a/drivers/gpu/nvgpu/common/pmu/pmu_fw.c
+++ b/drivers/gpu/nvgpu/common/pmu/pmu_fw.c
@@ -38,7 +38,7 @@
38/* PMU F/W version */ 38/* PMU F/W version */
39#define APP_VERSION_GV11B 23416738 39#define APP_VERSION_GV11B 23416738
40#define APP_VERSION_GV10X 23616379 40#define APP_VERSION_GV10X 23616379
41#define APP_VERSION_GP10X 24008084 41#define APP_VERSION_GP10X 24069912
42#define APP_VERSION_GP10B 23782727 42#define APP_VERSION_GP10B 23782727
43#define APP_VERSION_GM20B 20490253 43#define APP_VERSION_GM20B 20490253
44 44