From 745e72008949ed701101e15c8178bb0b3810db99 Mon Sep 17 00:00:00 2001 From: tkudav Date: Wed, 3 Oct 2018 16:42:23 +0530 Subject: [PATCH] gpu: nvgpu: gv100: Update PMU ucode version The GV100 PMU ucode needs to be updated to add support for PS3.5 Clock Programming boardobj. The entrysize in GV100 PMU ucode is increased to match that on Turing R400 PMU ucode. JIRA NVGPU-1153 Change-Id: Ied3163522bf4e124849517e90bfa42fe4b320a96 Signed-off-by: tkudav Reviewed-on: https://git-master.nvidia.com/r/1918174 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/common/pmu/pmu_fw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/nvgpu/common/pmu/pmu_fw.c b/drivers/gpu/nvgpu/common/pmu/pmu_fw.c index 8c6b6803f..47333d468 100644 --- a/drivers/gpu/nvgpu/common/pmu/pmu_fw.c +++ b/drivers/gpu/nvgpu/common/pmu/pmu_fw.c @@ -37,7 +37,7 @@ /* PMU F/W version */ #define APP_VERSION_GPU_NEXT 24408680U #define APP_VERSION_GV11B 25005711U -#define APP_VERSION_GV10X 23647491U +#define APP_VERSION_GV10X 24283706U #define APP_VERSION_GP10X 24076634U #define APP_VERSION_GP10B 23782727U #define APP_VERSION_GM20B 20490253U