summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/pmu
diff options
context:
space:
mode:
authorDeepak Goyal <dgoyal@nvidia.com>2018-05-15 12:48:57 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-05-17 16:03:28 -0400
commit7abf697204481869dd2652fe306e2a46879d9152 (patch)
treecca12ade2b82031d22c0fa77644b24a1c12d8fa2 /drivers/gpu/nvgpu/common/pmu
parent136eb33c4ed47a1fd783d8377bdc99319e3c5a86 (diff)
gpu: nvgpu: Update PMU firmware version
Removed PMU breakpoints if there is failure during GR save/restore during ELPG entry/exit. Bug 2108544 Signed-off-by: Deepak Goyal <dgoyal@nvidia.com> Change-Id: I08c342f5f79b7484d31e2437ede1881c4dceb6d0 Reviewed-on: https://git-master.nvidia.com/r/1719659 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Tested-by: Seema Khowala <seemaj@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@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 6163d254..95ddb71c 100644
--- a/drivers/gpu/nvgpu/common/pmu/pmu_fw.c
+++ b/drivers/gpu/nvgpu/common/pmu/pmu_fw.c
@@ -36,7 +36,7 @@
36#define NVGPU_PMU_NS_UCODE_IMAGE "gpmu_ucode.bin" 36#define NVGPU_PMU_NS_UCODE_IMAGE "gpmu_ucode.bin"
37 37
38/* PMU F/W version */ 38/* PMU F/W version */
39#define APP_VERSION_GV11B 23416738 39#define APP_VERSION_GV11B 24160752
40#define APP_VERSION_GV10X 23616379 40#define APP_VERSION_GV10X 23616379
41#define APP_VERSION_GP10X 24069912 41#define APP_VERSION_GP10X 24069912
42#define APP_VERSION_GP10B 23782727 42#define APP_VERSION_GP10B 23782727