From a1d0957a9bab20f21761df4a09a4dce68753dc3b Mon Sep 17 00:00:00 2001 From: Divya Singhatwaria Date: Mon, 14 Jun 2021 13:46:10 +0530 Subject: [PATCH] gpu: nvgpu: Update GP10B FW version Updated PMU ucode taken from P4 CL#30066529 for t18x igpu. The ucode resolves the ELPG_DISALLOW_ACK timeout failure P4 CL link for this PMU ucode changes: https://p4sw-swarm.nvidia.com/changes/30066529 Bug 200588696 Change-Id: Ic45c37c75924c581d6ef91ffd754da287d63f4c6 Signed-off-by: Divya Singhatwaria Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2544140 Reviewed-by: svcacv Reviewed-by: svc-mobile-coverity Reviewed-by: svc-mobile-misra Reviewed-by: svc-mobile-cert Reviewed-by: svc_kernel_abi Reviewed-by: Vijayakumar Subbu Reviewed-by: mobile promotions Tested-by: mobile promotions GVS: Gerrit_Virtual_Submit --- drivers/gpu/nvgpu/common/pmu/fw/fw_ver_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/nvgpu/common/pmu/fw/fw_ver_ops.c b/drivers/gpu/nvgpu/common/pmu/fw/fw_ver_ops.c index 640755b88..80bb227bc 100644 --- a/drivers/gpu/nvgpu/common/pmu/fw/fw_ver_ops.c +++ b/drivers/gpu/nvgpu/common/pmu/fw/fw_ver_ops.c @@ -46,7 +46,7 @@ #define APP_VERSION_GV11B 25005711U #define APP_VERSION_GV10X 25633490U #define APP_VERSION_GP10X 24076634U -#define APP_VERSION_GP10B 29594520U +#define APP_VERSION_GP10B 29888552U #define APP_VERSION_GM20B 20490253U /* PMU version specific functions */