summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/pmu
diff options
context:
space:
mode:
authorVaikundanathan S <vaikuns@nvidia.com>2018-06-13 01:35:26 -0400
committerTejal Kudav <tkudav@nvidia.com>2018-06-14 09:44:08 -0400
commit5c466865bc793b6e42ff328f06f51be71f5a1be0 (patch)
tree15814e33f40f7d34f19351925e54f7fee1707921 /drivers/gpu/nvgpu/common/pmu
parent8a4e6945302e35204eac1dd1c88cac615825217a (diff)
gpu: nvgpu: gp10x PMU f/w version update
-gp10x f/w version update for ucode https://git-master.nvidia.com/r/#/c/1748070/ Change-Id: Ie6f40fc931a24162497ef62778069814fd668c20 Signed-off-by: Vaikundanathan S <vaikuns@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1748071 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/common/pmu')
-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 893bd5b3..6b67fa6c 100644
--- a/drivers/gpu/nvgpu/common/pmu/pmu_fw.c
+++ b/drivers/gpu/nvgpu/common/pmu/pmu_fw.c
@@ -39,7 +39,7 @@
39#define APP_VERSION_GPU_NEXT 24313304 39#define APP_VERSION_GPU_NEXT 24313304
40#define APP_VERSION_GV11B 24160752 40#define APP_VERSION_GV11B 24160752
41#define APP_VERSION_GV10X 23647491 41#define APP_VERSION_GV10X 23647491
42#define APP_VERSION_GP10X 24069912 42#define APP_VERSION_GP10X 24076634
43#define APP_VERSION_GP10B 23782727 43#define APP_VERSION_GP10B 23782727
44#define APP_VERSION_GM20B 20490253 44#define APP_VERSION_GM20B 20490253
45 45