1
0

disp: msm: sde: move IB bw vote from DISP RSC to APPS RSC

This change splits the APPS RSC bandwidth vote to use
MNOC and EBI and moves the IB bandwidth
vote from DISP RSC to APPS RSC.

Change-Id: Ib329a018cafdec33a6838bdb46c7f5ac2352dd88
Signed-off-by: Christina Oliveira <coliveir@codeaurora.org>
Este cometimento está contido em:
Christina Oliveira
2020-10-21 14:47:32 -07:00
ascendente f409da06b7
cometimento 43c0b07cdb
3 ficheiros modificados com 32 adições e 22 eliminações

Ver ficheiro

@@ -158,6 +158,7 @@ struct sde_power_event {
* @rsc_client: sde rsc client pointer
* @rsc_client_init: boolean to control rsc client create
* @mmrm_enable: boolean to indicate if mmrm is enabled
* @ib_quota: ib quota of the given bus
*/
struct sde_power_handle {
struct dss_module_power mp;
@@ -171,6 +172,7 @@ struct sde_power_handle {
struct sde_rsc_client *rsc_client;
bool rsc_client_init;
bool mmrm_enable;
u64 ib_quota[SDE_POWER_HANDLE_DBUS_ID_MAX];
};
/**