From b2b09b1832e208703f3cf96adb31e77fda81eb5e Mon Sep 17 00:00:00 2001 From: rmylavarapu Date: Thu, 3 Oct 2019 10:23:47 +0530 Subject: [PATCH] nvgpu: gpu: Update ucode firmware version As per ucode from P4CL#27398577 the fw_version is 27397105 and same is updated in NVGPU. This is needed for using latest ucode binaries. Change-Id: If7b0e1de5ba383442768697e29351f87e76e9879 Signed-off-by: rmylavarapu Reviewed-on: https://git-master.nvidia.com/r/2210544 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: svc-mobile-coverity Reviewed-by: svc-mobile-misra Reviewed-by: Mahantesh Kumbar Reviewed-by: Vijayakumar Subbu GVS: Gerrit_Virtual_Submit Reviewed-by: mobile promotions Tested-by: mobile promotions --- 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 05f1be938..6caf6b228 100644 --- a/drivers/gpu/nvgpu/common/pmu/fw/fw_ver_ops.c +++ b/drivers/gpu/nvgpu/common/pmu/fw/fw_ver_ops.c @@ -41,7 +41,7 @@ #include /* PMU F/W version */ -#define APP_VERSION_TU10X 27191335U +#define APP_VERSION_TU10X 27397105U #define APP_VERSION_GV11B 25005711U #define APP_VERSION_GV10X 25633490U #define APP_VERSION_GP10X 24076634U