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

Commit 45e3a89e authored by Krishna Manikandan's avatar Krishna Manikandan Committed by Gerrit - the friendly Code Review server
Browse files

drm/msm/sde: increase Bus BW ib/ab vote during cont-splash



Increase the Bus BW ib/ab vote during sde driver probe
to 3G. This is to support 4k@70 fps usecases.

Change-Id: Ifc61ded2a80280931996d4f1c4114a503a820d36
Signed-off-by: default avatarVeera Sundaram Sankaran <veeras@codeaurora.org>
Signed-off-by: default avatarKrishna Manikandan <mkrishn@codeaurora.org>
parent ed63d73c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
/* Copyright (c) 2016-2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2016-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
@@ -22,8 +22,8 @@
#define SDE_POWER_HANDLE_ENABLE_NRT_BUS_IB_QUOTA	0
#define SDE_POWER_HANDLE_DISABLE_BUS_IB_QUOTA	0

#define SDE_POWER_HANDLE_CONT_SPLASH_BUS_IB_QUOTA	1800000000
#define SDE_POWER_HANDLE_CONT_SPLASH_BUS_AB_QUOTA	1800000000
#define SDE_POWER_HANDLE_CONT_SPLASH_BUS_IB_QUOTA	3000000000
#define SDE_POWER_HANDLE_CONT_SPLASH_BUS_AB_QUOTA	3000000000

#include <linux/sde_io_util.h>
#include <soc/qcom/cx_ipeak.h>