From 7842a9459cb5295b06901fe517775089f5a6909b Mon Sep 17 00:00:00 2001 From: Deepak Goyal Date: Thu, 16 Aug 2018 23:00:08 +0530 Subject: 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 Reviewed-on: https://git-master.nvidia.com/r/1801250 Reviewed-by: svc-misra-checker Reviewed-by: Alex Waterman GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/common/pmu/pmu_fw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/common/pmu') 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 @@ /* PMU F/W version */ #define APP_VERSION_GPU_NEXT 24313845 -#define APP_VERSION_GV11B 24169723 +#define APP_VERSION_GV11B 24379482 #define APP_VERSION_GV10X 23647491 #define APP_VERSION_GP10X 24076634 #define APP_VERSION_GP10B 23782727 -- cgit v1.2.2