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

Commit f4c8e0d7 authored by Ingrid Gallardo's avatar Ingrid Gallardo
Browse files

drm/msm: remove extra 1.6 GBps added to the ab vote



Current driver votes for extra 1.6GBps through the
apps rsc. Remove this extra vote that is not
required, as driver is already voting for the
required bandwidth through the display rsc.

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

#define MAX_CLIENT_NAME_LEN 128

#define SDE_POWER_HANDLE_ENABLE_BUS_AB_QUOTA	1600000000
#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_DISABLE_BUS_IB_QUOTA	0