summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/pmu
diff options
context:
space:
mode:
authorDeepak Goyal <dgoyal@nvidia.com>2018-08-16 13:30:08 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-08-20 14:33:19 -0400
commit7842a9459cb5295b06901fe517775089f5a6909b (patch)
tree09d7d386c60e3691115cbcf4de75d140fd593a79 /drivers/gpu/nvgpu/common/pmu
parent227c6f7b7a499dd58e0db6859736cfe586ef0897 (diff)
gpu: nvgpu: t19x: Update pmu ucode version.
This fixes PMU halt caused due to IMEM miss exception when calling apCtrlEnable/apCtrlDisable. IMEM miss exception occurs as overlay containing these functions is not loaded in the PMU's IMEM. This version loads the overlays before calling these functions. Bug 2167968. Change-Id: I37c75c59b1b545571d2bf94f07a7ecb3a814af54 Signed-off-by: Deepak Goyal <dgoyal@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1801250 Reviewed-by: svc-misra-checker <svc-misra-checker@nvidia.com> Reviewed-by: Alex Waterman <alexw@nvidia.com> GVS: Gerrit_Virtual_Submit 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 a5ad6cb5..8a071e32 100644
--- a/drivers/gpu/nvgpu/common/pmu/pmu_fw.c
+++ b/drivers/gpu/nvgpu/common/pmu/pmu_fw.c
@@ -38,7 +38,7 @@
38 38
39/* PMU F/W version */ 39/* PMU F/W version */
40#define APP_VERSION_GPU_NEXT 24313845 40#define APP_VERSION_GPU_NEXT 24313845
41#define APP_VERSION_GV11B 24169723 41#define APP_VERSION_GV11B 24379482
42#define APP_VERSION_GV10X 23647491 42#define APP_VERSION_GV10X 23647491
43#define APP_VERSION_GP10X 24076634 43#define APP_VERSION_GP10X 24076634
44#define APP_VERSION_GP10B 23782727 44#define APP_VERSION_GP10B 23782727