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

Commit de035d85 authored by Dhaval Patel's avatar Dhaval Patel
Browse files

drm/msm/sde: update display fix BW to 6G



Update display fix bandwidth to 6G to support
all normal usecases without client vote support.

Change-Id: I353dc1a99f7c9ea79207b35203aff4d68c01e891
Signed-off-by: default avatarDhaval Patel <pdhaval@codeaurora.org>
parent d6686534
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	6000000000
#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	6000000000
#define SDE_POWER_HANDLE_DISABLE_BUS_IB_QUOTA	0

#include <linux/sde_io_util.h>