Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 463a5a4b authored by Deepak Kumar's avatar Deepak Kumar
Browse files

msm: kgsl: Increase KGSL_MAX_CLKS value



With addition of "smmu_vote" clock in kgsl clock
names list. Supported clock count is now 17. update
KGSL_MAX_CLKS value to 17 to make sure driver votes
for "smmu_vote" clock.

Change-Id: I140382b86245b9b34188f90a2b418dac43f2321a
Signed-off-by: default avatarDeepak Kumar <dkumar@codeaurora.org>
parent 5598d766
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2010-2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2010-2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -26,7 +26,7 @@

#define KGSL_PWR_ON	0xFFFF

#define KGSL_MAX_CLKS 16
#define KGSL_MAX_CLKS 17
#define KGSL_MAX_REGULATORS 2

#define KGSL_MAX_PWRLEVELS 10