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

Commit ecd870be authored by Alan Kwong's avatar Alan Kwong
Browse files

drm/msm: increase minimum bandwidth to match clock plan



Current minimum bandwidth of 2MBps translates to 19.2MHz
AXI clock, which is below the minimum in clock plan.
Increase minimum bandwidth to 1.6GBps so AXI clock will
stay at the minimum of 60MHz as in the clock plan.

CRs-Fixed: 2037879
Change-Id: Ic84db29a54970644ee2c74da35636e2da1e348e3
Signed-off-by: default avatarAlan Kwong <akwong@codeaurora.org>
parent 123357f5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,9 +16,9 @@

#define MAX_CLIENT_NAME_LEN 128

#define SDE_POWER_HANDLE_ENABLE_BUS_AB_QUOTA	2000000
#define SDE_POWER_HANDLE_ENABLE_BUS_AB_QUOTA	1600000000
#define SDE_POWER_HANDLE_DISABLE_BUS_AB_QUOTA	0
#define SDE_POWER_HANDLE_ENABLE_BUS_IB_QUOTA	2000000
#define SDE_POWER_HANDLE_ENABLE_BUS_IB_QUOTA	1600000000
#define SDE_POWER_HANDLE_DISABLE_BUS_IB_QUOTA	0

#include <linux/sde_io_util.h>