summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMahantesh Kumbar <mkumbar@nvidia.com>2018-09-25 05:03:16 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-09-26 06:06:59 -0400
commitc439261e79990b9ea7195eb1882f9e3002c632ae (patch)
tree734d947a40024d47076840cac4024459c88ea8d0 /drivers
parent2ab564937e5e4607e1734690101d07b66e5981d2 (diff)
gpu: nvgpu: GPU_NEXT pmu version update
PMU version update for ucode CL https://git-master.nvidia.com/r/1844810 JIRA NVGPUT-85 Change-Id: I87ca4d06fdae0fb6977e7aaf3cba7ded00d23ac1 Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1844863 Reviewed-by: svc-misra-checker <svc-misra-checker@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Alex Waterman <alexw@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers')
-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 21d03306..ba0ee6ca 100644
--- a/drivers/gpu/nvgpu/common/pmu/pmu_fw.c
+++ b/drivers/gpu/nvgpu/common/pmu/pmu_fw.c
@@ -36,7 +36,7 @@
36#define NVGPU_PMU_NS_UCODE_IMAGE "gpmu_ucode.bin" 36#define NVGPU_PMU_NS_UCODE_IMAGE "gpmu_ucode.bin"
37 37
38/* PMU F/W version */ 38/* PMU F/W version */
39#define APP_VERSION_GPU_NEXT 24313845U 39#define APP_VERSION_GPU_NEXT 24408680U
40#define APP_VERSION_GV11B 24379482U 40#define APP_VERSION_GV11B 24379482U
41#define APP_VERSION_GV10X 23647491U 41#define APP_VERSION_GV10X 23647491U
42#define APP_VERSION_GP10X 24076634U 42#define APP_VERSION_GP10X 24076634U