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

Commit 5bd654f4 authored by Ingrid Gallardo's avatar Ingrid Gallardo Committed by Gerrit - the friendly Code Review server
Browse files

drm/msm: reduce ib sleep vote to 400MBps



Current driver votes for 1.6GBps for sleep
vote. Reduce this vote to 400MBps as
per recommendation.

Change-Id: I9c98a3017057072ba8c09835be44dec478c76d79
Signed-off-by: default avatarIngrid Gallardo <ingridg@codeaurora.org>
parent b7fe225b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

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

#include <linux/sde_io_util.h>