summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/pmu
diff options
context:
space:
mode:
authorDeepak Goyal <dgoyal@nvidia.com>2018-06-22 01:19:15 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-06-27 11:10:27 -0400
commit0b0b8209114e4ec7f916b55150eb1bbb99c35c4f (patch)
treeb6604f9b509b122b8a7a90a73b3ad27c23c4625c /drivers/gpu/nvgpu/common/pmu
parentc60d8b7520bf14b6002ac93e7a205ff05913ab88 (diff)
PMU: t19x: PMU ucode update.
Remove Gr engine reset during ELPG entry. Engine reset is causing clock gating logic to get reset thus clock gating gets disabled during ELPG entry sequence. It leads to higher power numbers observed at light graphics. Removing GR reset during ELPG entry helped save power. Bug 2180198 Change-Id: I957951eb93f9d044f4d9a908f2b56a4903dfbfad Signed-off-by: Deepak Goyal <dgoyal@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1757695 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@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/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 6b67fa6c..b2672d53 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 24313304 39#define APP_VERSION_GPU_NEXT 24313304
40#define APP_VERSION_GV11B 24160752 40#define APP_VERSION_GV11B 24169723
41#define APP_VERSION_GV10X 23647491 41#define APP_VERSION_GV10X 23647491
42#define APP_VERSION_GP10X 24076634 42#define APP_VERSION_GP10X 24076634
43#define APP_VERSION_GP10B 23782727 43#define APP_VERSION_GP10B 23782727