summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/pmu/pmu_fw.c
diff options
context:
space:
mode:
authorMahantesh Kumbar <mkumbar@nvidia.com>2017-12-29 04:54:04 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2018-01-09 01:43:46 -0500
commit7703ac33f488bb2a18f17a51c8748874adda1256 (patch)
tree0f037d1d2025b8ae68ab14cdf70a34d235c3c70e /drivers/gpu/nvgpu/common/pmu/pmu_fw.c
parent6dde9e67d91419d1e671a520571a2be9bde93999 (diff)
gpu: nvgpu: gv11b PMU ucode F/W version update
- F/W version update for gv11b PMU ucode of CL https://git-master.nvidia.com/r/#/c/1628288/ Current CL has PMU F/W version for ucode bin of P4 CL# 23378914 P4 CL# & its changes. - 23378914 - Don't post "PMU_PG_EVENT_IDLE_SNAP" event in method pgConvertPgInterrupts_GP10X() - 23355380 - Remove debug code included by mistake in P4 change list #23354716 - 23354716 - Made change to point CONVERT_PG_INTERRUPTS of gv11b to _GP10x - pgConvertPgInterrupts_GP10X() - Removed PMU halt upon FIFO preempt timeout in _fifoPreemptRunlist_GP10X() Bug 2039371 Bug 200377983 Change-Id: I8ce7cb926203b329308944235a06933768ed2a5f Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1628380 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: David Martinez Nieto <dmartineznie@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: Seema Khowala <seemaj@nvidia.com> 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/pmu_fw.c')
-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 dd05d722..339d39b3 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_BIGGPU 22836594 39#define APP_VERSION_BIGGPU 22836594
40#define APP_VERSION_NC_3 23282342 40#define APP_VERSION_NC_3 23355380
41#define APP_VERSION_NC_2 20429989 41#define APP_VERSION_NC_2 20429989
42#define APP_VERSION_NC_1 20313802 42#define APP_VERSION_NC_1 20313802
43#define APP_VERSION_NC_0 20360931 43#define APP_VERSION_NC_0 20360931