summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/pmu
diff options
context:
space:
mode:
authorDeepak <dgoyal@nvidia.com>2018-09-27 03:00:02 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-09-28 13:57:42 -0400
commit857222d013eb650409669791095cdebee4e97e86 (patch)
tree7ea8a54458b748013e201836afe48d697a64f8c8 /drivers/gpu/nvgpu/common/pmu
parent24f47f0de8bd5f10bdcd505237ff33baf6fe80eb (diff)
gpu: nvgpu: gv11b: Update PMU ucode version.
PMU ucode is updated to use acrlib from t19xbringup branch. We are seeing build issues due to incompatibility with acrlib from tegra_acr branch. CTX_DMA aperture to be used for loading LS falcons needed update in the local acrlib. Bug 2400729. Change-Id: Iad00a332acfac307c389bde504893a87abaf7460 Signed-off-by: Deepak <dgoyal@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1849182 Reviewed-by: svc-misra-checker <svc-misra-checker@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> 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/gpu/nvgpu/common/pmu')
-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 ba0ee6ca..56e79f5a 100644
--- a/drivers/gpu/nvgpu/common/pmu/pmu_fw.c
+++ b/drivers/gpu/nvgpu/common/pmu/pmu_fw.c
@@ -37,7 +37,7 @@
37 37
38/* PMU F/W version */ 38/* PMU F/W version */
39#define APP_VERSION_GPU_NEXT 24408680U 39#define APP_VERSION_GPU_NEXT 24408680U
40#define APP_VERSION_GV11B 24379482U 40#define APP_VERSION_GV11B 25005711U
41#define APP_VERSION_GV10X 23647491U 41#define APP_VERSION_GV10X 23647491U
42#define APP_VERSION_GP10X 24076634U 42#define APP_VERSION_GP10X 24076634U
43#define APP_VERSION_GP10B 23782727U 43#define APP_VERSION_GP10B 23782727U